bed3789c31
Fix slow fair queue processing by removing spurious cooloff on concurrency blocks and fixing a race condition where retry attempt counts were not atomically updated during message re-queue. Removed cooloff entirely from the batch queue
11 lines
269 B
Markdown
11 lines
269 B
Markdown
---
|
|
area: webapp
|
|
type: fix
|
|
---
|
|
|
|
Speed up batch queue processing by disabling cooloff and increasing the batch queue processing concurrency limits on the cloud:
|
|
|
|
- Pro plan: increase to 50 from 10.
|
|
- Hobby plan: increase to 10 from 5.
|
|
- Free plan: increase to 5 from 1.
|