You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: