We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--skip_recurring
1 parent ad44cc8 commit c5b1756Copy full SHA for c5b1756
lib/solid_queue/cli.rb
@@ -14,7 +14,8 @@ class Cli < Thor
14
desc: "Path to recurring schedule definition",
15
banner: "SOLID_QUEUE_RECURRING_SCHEDULE"
16
17
- class_option :skip_recurring, type: :boolean, default: false
+ class_option :skip_recurring, type: :boolean, default: false,
18
+ desc: "Whether to skip recurring tasks scheduling"
19
20
def self.exit_on_failure?
21
true
0 commit comments