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
Queue Worker is mainly used to handle async operations.
Queue working internally uses RMQ - which internally uses Redis
The goal is to abstract the queue-worker in a way so that all RMQ specific details gets abstracted into Queue Worker interface
QueueWorker in theory should abstract
Queue Worker is mainly used to handle async operations.
Queue working internally uses RMQ - which internally uses Redis
The goal is to abstract the queue-worker in a way so that all RMQ specific details gets abstracted into Queue Worker interface
QueueWorker in theory should abstract
func(task *Task) error
forNewRequest, PartialRequest, Stop, Pause, Resume, WorkloadResponse
The text was updated successfully, but these errors were encountered: