vapor / queues

A queue system for Vapor.
MIT License
169 stars 41 forks source link

Backport the current state of master to the v3 branch #47

Closed tonyarnold closed 4 years ago

tonyarnold commented 5 years ago

Please merge #40 before reviewing/merging this PR

This PR is intended to back port the current features from master to the Vapor 3.x branch. It has not undergone extensive testing, and I am not confident that I've correctly handled the differences between the two Vapor versions.

I am particularly concerned about the changes I made to bring back JobsCommand - not sure I did that right.

jdmcd commented 5 years ago

Thanks for your work on this, @tonyarnold. Once we get approval from @tanner0101 on #40 we can take a look at this!