harisenbon
harisenbon
CDCloudflare Developers
Created by harisenbon on 4/14/2024 in #workers-help
Workers not receiving some requests?
For anyone else who has this issue, the problem was indeed that CloudFlare was blocking the requests through the Default Security level, even though they were not showing on the Security > Events page Adding a custom rule for that worker that set the Security Level to Essentially Off fixed the issue.
4 replies
CDCloudflare Developers
Created by harisenbon on 4/14/2024 in #workers-help
Workers not receiving some requests?
No events under Security > Events. So I guess not blocking.
Also if your Worker has a high volume of traffic
Only 1.5k requests over 3 hours of tail . the traffic also didn't make it into the database, so I assume the request was never received. I'm not sure where else to look, to be honest. Both the Nginx and Worker are behind CloudFlare proxy, so there shouldn't be any settings difference.
4 replies
CDCloudflare Developers
Created by DeChill on 4/11/2024 in #workers-help
Triggering Worker Functions from external Kafka Topic
I've been looking at something similar, and because workers don't support TCP (I believe), the only way I've been able to connect to a Kafka instance is if it's using Upstash, as they have a REST API for connecting to the kafka instances.
3 replies
CDCloudflare Developers
Created by harisenbon on 10/13/2023 in #general-help
Possible to use the "Custom Hostnames" feature with CNAMEs pointing to a worker?
Worked! Thanks so much.
4 replies
CDCloudflare Developers
Created by harisenbon on 10/13/2023 in #general-help
Possible to use the "Custom Hostnames" feature with CNAMEs pointing to a worker?
🥳 will check that out and see if I can get that running
4 replies