vapor / queues

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

Schedule at specific time and faster testing #45

Closed madsodgaard closed 5 years ago

madsodgaard commented 5 years ago

This fixes #37

I've added Seconds in order to do a shorter interval, as well as a schedule(at:) function.

I've discussed with @mcdappdev regarding threading semantics and the thing I am unsure of is the shutdown functionality. If it's alright in terms of threading and etc. So any help or contributions there would be great.

jdmcd commented 5 years ago

LGTM! Thanks @madsodgaard, you're on a roll!