Skip to content

Dynamic Queueing #15

@codecakes

Description

@codecakes

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

👀 In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions