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 ae33644 commit 66f3cdfCopy full SHA for 66f3cdf
config/environments/development.rb
@@ -76,7 +76,7 @@
76
config.good_job.enable_cron = false
77
config.good_job.cron = {
78
product_sync_job: {
79
- cron: "*/60 * * * *",
+ cron: "*/10 * * * *",
80
class: "ProductSyncJob",
81
args: [1],
82
set: { priority: 1 },
config/environments/production.rb
@@ -101,7 +101,7 @@
101
config.good_job.enable_cron = true
102
103
104
105
106
107
0 commit comments