Commit e88344c
#310 is stacked on #309 -> #308 -> #306, so this single tag bump ships the whole
stack on top of the currently-live 52e16aa:
485b172 raise DB pool 30 -> 60 [#306]
887fe57 API: call cleared-stage RPC outside the DB transaction [#308]
52e16aa tracker: run tx-tracker GQL outside the DB transaction [#309]
bfbe0b2 API: resolve level before mutating target in backfill [#310]
#310 is the durable fix for the recurring lock convoy: the WorldClear on-read
backfill set target.exp then called get_level(), whose SELECT autoflushed an
UPDATE user_season_pass and held the row lock across the whole block. The
reorder (compute level first) keeps the lock to the commit flush only;
behaviour and persisted exp/level are unchanged. Adds the first regression
tests for the status endpoints. Complements the live ALTER ROLE timeouts.
No migration coupling: the #307 partial index is already applied live and the
code works with or without it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 20a74a1 commit e88344c
1 file changed
Lines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | | - | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
0 commit comments