fix: harden queue retries and quota reservation
This commit is contained in:
2
migrations/007_queue_and_anonymous_quota.sql
Normal file
2
migrations/007_queue_and_anonymous_quota.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE tasks
|
||||
ADD COLUMN IF NOT EXISTS anonymous_units_reserved INTEGER NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user