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

Builtin queue support #10931

Open
dimonnwc3 opened this issue May 8, 2024 · 0 comments
Open

Builtin queue support #10931

dimonnwc3 opened this issue May 8, 2024 · 0 comments
Labels
bun.js Something to do with a Bun-specific API enhancement New feature or request

Comments

@dimonnwc3
Copy link

What is the problem this feature would solve?

To add a task queue for bun, user must search for existing libraries or build his own. Also it's likely requires to add some task queue "backend" e.g redis, rabbitmq, postgres, etc. This makes setup more complicated even for simple use-cases.

What is the feature you are proposing to solve the problem?

Bun already have great builtin basic modules:

Adding simple task queue like here: https://deno.com/blog/queues, which might work on top of sqlite, can make DX of many simple projects much better.

What alternatives have you considered?

No response

@dimonnwc3 dimonnwc3 added the enhancement New feature or request label May 8, 2024
@Electroid Electroid added the bun.js Something to do with a Bun-specific API label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bun.js Something to do with a Bun-specific API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants