diff --git a/config/schedule.yml b/config/schedule.yml index a5954e2af..ca0232706 100644 --- a/config/schedule.yml +++ b/config/schedule.yml @@ -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 \ No newline at end of file