Cloudflare Queue Worker
This worker provides queue management, authentication, health checks, and delivery history endpoints for the Firebese messaging pipeline.
Worker is online
Available endpoints
- /health - health check
- /setup - one-time admin setup
- /login - admin login
- /send - queue a message
- /consume - fetch pending messages
- /history - queue history
Protected endpoints require a valid Authorization: Bearer <token> header. Use /login to obtain a token before calling admin or queue operations.