vapor / queues

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

consider moving refreshInterval and persistenceKey to JobsConfiguration #26

Closed tanner0101 closed 5 years ago

tanner0101 commented 5 years ago

It's a bit strange to configure Jobs via the provider init and a struct named JobsConfiguration. Could we combine these?

tanner0101 commented 5 years ago

We should also make the name of the jobs command ("jobs" by default) configurable