fix: patch for scheduler

This commit is contained in:
Tejaswini Chile 2022-11-16 23:01:57 +05:30
parent 73eef29083
commit 1bf95cf665

View file

@ -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