valet icon indicating copy to clipboard operation
valet copied to clipboard

Job queuing service and async task runner.

Results 2 valet issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently, there are three concrete implementations of the `JobQueue` interface (in-memory, RabbitMQ, and Redis). **Describe the solution you'd like** It...

documentation
enhancement
help wanted
good first issue
up for grabs

* Adds `Scheduler.NewSteward` method * Turns `Scheduler.Dispatch` and `Scheduler.Schedule` methods to wards * Refactors `WorkService.Dispatch` method