We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5026472 commit a130720Copy full SHA for a130720
config/recurring.yml
@@ -9,6 +9,9 @@
9
# priority: 2
10
# schedule: at 5am every day
11
production:
12
+ clear_solid_queue_finished_jobs:
13
+ command: "SolidQueue::Job.clear_finished_in_batches(sleep_between_batches: 0.3)"
14
+ schedule: every hour at minute 12
15
delete_expired_activity:
16
class: DeleteExpiredActivityJob
17
schedule: every hour
0 commit comments