-
Notifications
You must be signed in to change notification settings - Fork 3
Request queue #52
Copy link
Copy link
Open
Labels
Complexity: M1-8 hours1-8 hoursPriority: Low1-7 days1-7 daysType: EnhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
Complexity: M1-8 hours1-8 hoursPriority: Low1-7 days1-7 daysType: EnhancementNew feature or requestNew feature or request
Description
When vCache gets deployed, i.e. as a Docker container, the system should be able to handle multiple async requests.
Impact
Proposed Solution
vCache should implement a new abstraction called the input queue. The user should be able to select between different request queues, i.e. FIFO, and set a max size of this queue.
Acceptance Criteria
Risks & Dependencies
Fairness between requests.
Additional Context
--