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
Currently there is not, you need to add it twice for 0 and 30 seconds for each minute. It's something of interest but unlikely to happen anytime soon until after Vapor 5 unless someone from the community wants to try and implement it
There is no way, at least is not clear way to schedule a job (
ScheduledJob
) with custom time intervalIt will be nifty to be able to write something like
app.queues.schedule(EmailJob()).every(seconds: 30)
in order to run my job every 30 seconds.The text was updated successfully, but these errors were encountered: