* **Breaking change**: Jobs no longer explicitly get `JobCtx` as the first argument, as in 99.9% cases it doesn't need it. In future release will be possible to optionally pass JobCtx in some way.
* **Breaking change**: All cron jobs should be wrapped in `task` decorator
* Directly pass `functions` to `arq.Worker`, not names.