diff options
author | Christopher Baines <mail@cbaines.net> | 2019-10-02 21:54:11 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-10-02 21:54:11 +0100 |
commit | 427063c812e77885e5728aa5a8f4ee27f11bd2b0 (patch) | |
tree | cc91414d9cdb8803352f36490db299ca4e1264e6 /sqitch/sqitch.plan | |
parent | e00aabde4388c014778475966da2b7021dfef560 (diff) | |
download | data-service-427063c812e77885e5728aa5a8f4ee27f11bd2b0.tar data-service-427063c812e77885e5728aa5a8f4ee27f11bd2b0.tar.gz |
Make it easier to retry jobs
Add a new event 'retry', and run jobs where the number of retry events is
greater or equal to the number of failure events.
Also add an index to the git_branches table to make the finding jobs query a
bit faster.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r-- | sqitch/sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index 859258a..0b16d72 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -23,3 +23,4 @@ guix_revision_lint_checkers 2019-09-01T12:17:38Z chris <chris@phact> # Associate package_versions_by_guix_revision_range 2019-09-26T20:23:15Z Christopher Baines <mail@cbaines.net> # Add package_versions_by_guix_revision_range table index_on_load_new_guix_revision_job_events_job_id 2019-09-29T10:39:04Z Christopher Baines <mail@cbaines.net> # Add index on load_new_guix_revision_job_events.job_id fix_null_values_in_git_branches 2019-09-29T11:06:12Z Christopher Baines <mail@cbaines.net> # Fix the NULL values in git_branches +add_retry_value_to_job_event_enum 2019-10-02T19:13:52Z Christopher Baines <mail@cbaines.net> # Add retry value to job_event enum |