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

Dynamic Queueing #15

Open
codecakes opened this issue May 11, 2023 · 0 comments · May be fixed by #17
Open

Dynamic Queueing #15

codecakes opened this issue May 11, 2023 · 0 comments · May be fixed by #17
Assignees

Comments

@codecakes
Copy link
Contributor

codecakes commented May 11, 2023

A user can dynamically set new queues and num of workers.

As a client user,
Given a redis engine or cluster is running AND
a service,
When a new queue is made declared in this service with a custom number of workers, n_workers, default being 2,
Then this new queue is created with n_workers

AC:

  • n_workers should be setup and running already
  • A client can create a new queue
  • Can Assign to n_workers
  • They can enqueue items to this queue from this service
  • The number of workers, W out of n_workers should be declared when creating the queue.
  • Each queue should be registered with W workers in a master table in redis.
  • The W workers should listen to each new queue in the redis registered against them so they can add those queues for processing.
@codecakes codecakes converted this from a draft issue May 11, 2023
@codecakes codecakes linked a pull request May 15, 2023 that will close this issue
@codecakes codecakes self-assigned this May 15, 2023
@codecakes codecakes moved this from 📋 Backlog to 👀 In review in RMQ Delivery May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 In review
Development

Successfully merging a pull request may close this issue.

1 participant