webhook queue change scheduling

This commit is contained in:
Yuri Kuznetsov
2024-03-20 12:02:39 +02:00
parent 41e0b90850
commit 00b4569f8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ return [
'name' => 'Process Webhook Queue',
'job' => 'ProcessWebhookQueue',
'status' => 'Active',
'scheduling' => '*/5 * * * *',
'scheduling' => '*/2 * * * *',
],
],
];