diff --git a/src/Appwrite/Platform/Workers/Webhooks.php b/src/Appwrite/Platform/Workers/Webhooks.php index 1bd30b0ebd..7bf4f31651 100644 --- a/src/Appwrite/Platform/Workers/Webhooks.php +++ b/src/Appwrite/Platform/Workers/Webhooks.php @@ -12,7 +12,7 @@ use Utopia\Queue\Message; class Webhooks extends Action { private array $errors = []; - private const MAX_FAILED_ATTEMPTS = 2; + private const MAX_FAILED_ATTEMPTS = 10; public static function getName(): string {