DC
CDCloudflare Developers
•Created by DC on 11/6/2023 in #workers-help
Is it possible to have no routes associated to a worker?
Perfect - just what I was looking for 🙂
4 replies
CDCloudflare Developers
•Created by DC on 11/6/2023 in #workers-help
Is it possible to have no routes associated to a worker?
Thanks Chaika - I will try that out now...
4 replies
CDCloudflare Developers
•Created by DC on 11/1/2023 in #workers-help
multiple producers
Ah OK - I see thanks so much for the clarification. 👍
8 replies
CDCloudflare Developers
•Created by CaptainX on 11/1/2023 in #workers-help
API request failed erros stops me to edit or manage my workers application
I have been getting this on and off this afternoon too. Checking out their status there are a few open issues which I am guessing might be related. I have seen if I give it a few mins, refresh the page it works (and then later fails again)
2 replies
CDCloudflare Developers
•Created by DC on 11/1/2023 in #workers-help
multiple producers
Hi Kian - thanks for getting back to me. Looks like my guess was wrong. After bashing away at this for most of the afternoon, I tried [[queues.producers]]
queue = "xyx-worker-process-queue"
binding = "WORKER_QUEUE"
[[queues.producers]]
queue = "xyz-worker-log-queue"
binding = "QUEUE_LOG" ... so adding [[queues.producers]] twice and that burst into life. So, all working now. Not sure why I did not think of this before.... Thanks again...
8 replies