Skip to content

Commit

Permalink
Fix existing boost jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Jan 3, 2025
1 parent 5a0674b commit ad07e40
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- fix existing boost jobs
UPDATE pgboss.job
SET keepuntil = startafter + interval '10 days'
WHERE name = 'expireBoost' AND state = 'created';

0 comments on commit ad07e40

Please sign in to comment.