riftenlabs-indexer/linters
Dagur Valberg Johannsson e1ebc853f5 Fix potential API hangs from write lock contention
- Refactor update_changes_score_volume_and_ranking to use read connections
  for read/compute phases, only acquiring write connection for final writes
- Change first_pool_creation to use try_get() for opportunistic caching,
  preventing thread exhaustion if write pool is busy
- Add linter to flag blocking _w.get() calls in RPC handlers
2026-02-02 21:01:50 +01:00
..
copyright_check.py Update copyright headers 2026-01-21 12:37:13 +01:00
print_check.py Update copyright headers 2026-01-21 12:37:13 +01:00
rpc_write_lock_check.py Fix potential API hangs from write lock contention 2026-02-02 21:01:50 +01:00
run_linters.py Update copyright headers 2026-01-21 12:37:13 +01:00
sql_hex_check.py bugfix: Reverse hash issues with blob 2026-02-02 11:34:18 +01:00
timestamp_coalesce_check.py Update copyright headers 2026-01-21 12:37:13 +01:00