Worker with Queues processing

Hello everyone I have a doubt related to the Cloudflare queues, so currently we host a platform where we automate multiple applications by receiving Webhooks on our platform. Our domain is hosted via Cloudflare. Recently we have been facing downtime due to server maintenance. So I had thought of a approach that before going into downtime, we will enable a worker that would have a queue connected to it and in the worker we would have setup our route e.g. https://{{domian_name}}/* as soon as we enable this our system of the worker is up and captures webhooks and stores them into a queue. The issue that I am facing is while processing the queues for around 300 webhooks the API is taking about 75 seconds to process those webhooks and send them to the respective destination. I have tried them in sync with but still the time is approximately same. Is there any way to process the queues faster?? Is there any better approach that I am not aware of. Kindly do let me know.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?