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
Initial release for the Queue Plugin.
## Goals
* Provide job consumer and Job classes to enable background job dispatching.
* Provide bake templates for job classes.
### Incomplete
* Decide final package name.
* Get to ~90% test coverage.
* Include integration tests with end to end job execution.
* Publish documentation.