There is no way, at least is not clear way to schedule a job (`ScheduledJob`) with custom time interval It 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.