* Add concurrency a per-script concurrency limit * Add a per-script per time window concurrency limit * Improve feature with a better estimation of the next schedule timestamp * Add concurrency limits for inline scripts * Fix tests * run sqlx prepare * Add requeue event to job logs
4 lines
141 B
SQL
4 lines
141 B
SQL
-- Add down migration script here
|
|
ALTER TABLE script DROP COLUMN concurrent_limit;
|
|
ALTER TABLE script DROP COLUMN concurrency_time_window_s;
|