Skip to content

Commit 618c04c

Browse files
committed
Use double quotes to run the deletion command
1 parent a9bffad commit 618c04c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/generators/solid_queue/install/templates/config/recurring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# schedule: at 5am every day
1111
production:
1212
automatically_cleanup_finished_jobs:
13-
class: SolidQueue::Job.clear_finished_in_batches
13+
class: "SolidQueue::Job.clear_finished_in_batches"
1414
queue: default
1515
schedule: at 1am every day

0 commit comments

Comments
 (0)