oban
oban copied to clipboard
Cron tab in Web UI
Is your feature request related to a problem? Please describe.
We have some jobs in Cron, which are not frequent (few times per week). Currently, in order to test them, we have to insert a job in iex.
Describe the Solution You'd Like
List of all Cron jobs in web UI and a button "Run now" which inserts job in available state.
Describe Alternatives You've Considered
Ops in iex
Additional Context
Such a feature is present in sidekiq-cron, and it is very convenient https://github.com/ondrejbartas/sidekiq-cron/blob/6a0aeff6c900f3b7246734282f6869c61e1d5b4e/README.md#web-ui-for-cron-jobs
A dedicated Cron page is planned for the next big Web release. I'll leave this open to track progress and possible capture any other suggestions.
any update on this @sorentwo ?
No update on this currently. All of the current work has been geared toward OSS and Pro, and prior to that it was all around testing. The next phase (2-3 weeks from now) is all Web and this is a big part of that.