We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b001117 commit 4c817ffCopy full SHA for 4c817ff
lib/generators/solid_queue/install/templates/config/recurring.yml
@@ -1,10 +1,15 @@
1
-# production:
2
-# periodic_cleanup:
3
-# class: CleanSoftDeletedRecordsJob
4
-# queue: background
5
-# args: [ 1000, { batch_size: 500 } ]
6
-# schedule: every hour
7
-# periodic_command:
8
-# command: "SoftDeletedRecord.due.delete_all"
9
-# priority: 2
10
-# schedule: at 5am every day
+production:
+ solid_queue_cleanup:
+ command: "SolidQueue::Job.clear_finished_in_batches"
+ schedule: every hour
+
+ # periodic_cleanup:
+ # class: CleanSoftDeletedRecordsJob
+ # queue: background
+ # args: [ 1000, { batch_size: 500 } ]
+ # schedule: every hour
11
12
+ # periodic_command:
13
+ # command: "SoftDeletedRecord.due.delete_all"
14
+ # priority: 2
15
+ # schedule: at 5am every day
0 commit comments