fix: patch for scheduler
This commit is contained in:
parent
73eef29083
commit
1bf95cf665
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ trigger_scheduled_items_job:
|
|||
|
||||
# execute At every minute till we get the review then remove it
|
||||
trigger_instagram_mock_webhook_job:
|
||||
cron: '*/5 * * * *'
|
||||
cron: '*/2 * * * *'
|
||||
class: 'Webhooks::FetchInstagramMessagesJob'
|
||||
queue: scheduled_jobs
|
Loading…
Reference in a new issue