Stefan Stührmann
Stefan Stührmann
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
So far it's just a little helper to standardize the way of implementing workers consumer from multiple queues and separating concerns.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
There should be generic middleware support e.g. concretely for drizzle which I need next, also some shortcuts like naming of queues with env-type handling needs to be configurable.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
This is the starting point, I need to spend a bit more time on it as it's super optimized still on my problem statement. Which was not having an elegant way like Hono does for http to route queues and have a context / type based message api.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
@m0c . How you deal with missing local development support. This is so annoying for me, did you solve it also internally?
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
I am working on a "micro-framework" for Cloudflare Queues, thats why I'm interested in it.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
What is your use-case here? You want to authentificate access to your queues and consume from multiple queues in a single worker?
11 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
I started a discussion about the feature / a potential implementation. @Pranshu Maheshwari would be nice if you could point the right people towards this: https://github.com/cloudflare/workers-sdk/discussions/7548
8 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
So will try to talk to some people and otherwise just open a PR. If you have anyone in mind to aline on before starting the implementation feel free to connect.
8 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
It's particular annoying as the rest of the services are quite good designed for local development. Also looked into the development effort to extend it and it's not that big.
8 replies
CDCloudflare Developers
Created by Kathy on 11/25/2024 in #ai-gateway
i can raise it to anthropic - it would
So for now I took AI Gateway out of the loop for my Anthropic use case as I don't want to implement specific logic to enable / disable AI Gateway caching based on response and rather call Anthropic directly with retry strategy.
2 replies
CDCloudflare Developers
Created by Kathy on 11/25/2024 in #ai-gateway
i can raise it to anthropic - it would
@Kathy I raised the topic with Anthropic and got an answer from their devs: "we don't return 200s for http errors, but a websocket has to return a 200 in the header". This is also their public facing api tons of users already implemented therefore they will not change it.
2 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
I'm currently located close to Lisbon and I'm joining the meetup on Thursday in case someon of the worker queue guys is there and wants to have a chat.
8 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
Initially I was conidering just implementing a filequeue but for local development a sqlite based implementation would be even nicer and simplistic.
8 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
As I did not get any feedback on this and also did not find any branch on GitHub with someone working on this one question from my side. Are you accepting contributions on this? I could imagine replacing the current array interface with a backwards compatible queue storage interface where the default implementation is the current mesages array but you could change the storage strategy to a different one.
8 replies