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 77ac84e commit f4bcf70Copy full SHA for f4bcf70
lib/solid_queue/cli.rb
@@ -12,7 +12,7 @@ class Cli < Thor
12
desc: "Path to recurring schedule definition (default: #{Configuration::DEFAULT_RECURRING_SCHEDULE_FILE_PATH}).",
13
banner: "SOLID_QUEUE_RECURRING_SCHEDULE"
14
15
- class_option :skip_recurring, type: :boolean, default: false,
+ class_option :skip_recurring, type: :boolean,
16
desc: "Whether to skip recurring tasks scheduling",
17
banner: "SOLID_QUEUE_SKIP_RECURRING"
18
0 commit comments