Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[⚡ Feature]: Add Queues Producers support to the next-dev submodule #526

Closed
dario-piotrowicz opened this issue Nov 3, 2023 · 4 comments
Labels
blocked by external This can't be currently solved because of external factors (Vercel/Next, Pages, etc...) enhancement New feature or request

Comments

@dario-piotrowicz
Copy link
Member

dario-piotrowicz commented Nov 3, 2023

Description

The next-dev submodule (introduced in #486) is missing support for local Queue produces (as discussed in
#486 (comment)), so we should add it.

However it is not yet implemented in wrangler pages dev, so we should first wait for it to be implemented there (see: cloudflare/workers-sdk#4336) before adding it to our submodule.

Note
Queue Consumers are not yet available in Pages, that will probably come later and we'll add them when Pages (and wrangler pages dev) supports them

@dario-piotrowicz dario-piotrowicz added the enhancement New feature or request label Nov 3, 2023
@dario-piotrowicz
Copy link
Member Author

cc. @iamvishnusankar 🙂

(PS: sorry in #486 I didn't realize that Queues aren't fully implemented in Pages 😅)

@iamvishnusankar
Copy link

@dario-piotrowicz Finally the much awaited updates are here. But totally stuck with not being able to access dashboard because of the Cloudflare outage! 😢

@dario-piotrowicz
Copy link
Member Author

@iamvishnusankar yeah quite the outage we've had 😓 , but it should be alright now

@dario-piotrowicz dario-piotrowicz added the blocked by external This can't be currently solved because of external factors (Vercel/Next, Pages, etc...) label Nov 3, 2023
@dario-piotrowicz
Copy link
Member Author

I'm closing this issue since queues support has been (indirectly) added to next-dev / setupDevPlatform by the fact that it now uses getPlatformProxy under the hood which in turn does support queues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked by external This can't be currently solved because of external factors (Vercel/Next, Pages, etc...) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants