Arquitetura
- Receber o
POSTda Malga - Verificar a assinatura do evento (veja Segurança Webhook)
- Enfileirar o payload
- Retornar
HTTP 200imediatamente
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Nova release: Koin — Novo provedor antifraude. Ver release notes
Implemente um receiver de webhooks da Malga resiliente usando filas de mensagens AWS SQS para evitar timeouts e garantir processamento assíncrono.
Malga → seu endpoint (receiver) → fila → worker → sua lógica de negócio
↓ (em caso de falha)
DLQ
POST da MalgaHTTP 200 imediatamente| Serviço | Tipo | Observações |
|---|---|---|
| AWS SQS | Gerenciado (cloud) | DLQ nativa, fácil integração com outros serviços AWS |
| Google Cloud Pub/Sub | Gerenciado (cloud) | Suporte a múltiplos subscribers, retenção configurável |
| Azure Service Bus | Gerenciado (cloud) | Suporte a filas e tópicos, DLQ nativa |
| RabbitMQ | Self-hosted / gerenciado | Flexível, amplamente adotado, suporte a DLQ via dead-letter exchange |
| Redis (BullMQ / Sidekiq) | Self-hosted / gerenciado | Simples de operar, ideal para quem já usa Redis na stack |
Was this page helpful?