- 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 |
||
|---|---|---|
| .. | ||
| copyright_check.py | ||
| print_check.py | ||
| rpc_write_lock_check.py | ||
| run_linters.py | ||
| sql_hex_check.py | ||
| timestamp_coalesce_check.py | ||