vapor / queues

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

Backport the delayUntil property #40

Closed tonyarnold closed 4 years ago

tonyarnold commented 5 years ago

I had need of this for one of my own projects, so I've back ported the delayUntil property to the Vapor 3.x branch.

tonyarnold commented 5 years ago

Is there any love for this? I'm going to start work on backporting the changes from master to support running jobs without spinning up a second instance of the app (as discussed in #41). I would prefer to start with this branch as a base.

jdmcd commented 5 years ago

@tanner0101 Ping on this when you get a chance, please