diff --git a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json index 8c0da2168a..a3f5a35712 100644 --- a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json +++ b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json @@ -78,6 +78,6 @@ "Cleanup": "1 1 * * 0", "AuthTokenControl": "*/6 * * * *", "SendEmailNotifications": "*/2 * * * *", - "ProcessWebhookQueue": "*/5 * * * *" + "ProcessWebhookQueue": "*/2 * * * *" } } diff --git a/install/core/afterInstall/records.php b/install/core/afterInstall/records.php index 0ec4cbbf51..30bb101f52 100644 --- a/install/core/afterInstall/records.php +++ b/install/core/afterInstall/records.php @@ -90,7 +90,7 @@ return [ 'name' => 'Process Webhook Queue', 'job' => 'ProcessWebhookQueue', 'status' => 'Active', - 'scheduling' => '*/5 * * * *', + 'scheduling' => '*/2 * * * *', ], ], ];