evolution-api/src/api/integrations/event/webhook
Davidson Gomes cb08f6b152 Refactor WebhookController to implement retry logic for webhook requests
- Introduced a new `retryWebhookRequest` method to handle retries for failed webhook requests, allowing up to 10 attempts with a delay of 30 seconds between each.
- Updated error logging to provide detailed information on each retry attempt, including the attempt number and error details.
- Enhanced existing webhook request handling to utilize the new retry logic, improving reliability in sending webhook data.
- Modified error messages to be more informative, indicating when all retry attempts have failed.
2025-01-17 16:06:23 -03:00
..
webhook.controller.ts Refactor WebhookController to implement retry logic for webhook requests 2025-01-17 16:06:23 -03:00
webhook.router.ts Fix prettier errors 2025-01-07 08:50:34 +01:00
webhook.schema.ts feat: adiciona headers no cadastro de webhook da instância 2024-09-06 20:46:10 -03:00