rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

Add "Next run" column to recurring tasks index #165

Closed christopher-b closed 2 weeks ago

christopher-b commented 1 month ago

This change adds a "Next run" column to the Recurring Tasks index page, which indicates when the job will next be enqueued. This is a feature that I got used to when using GoodJob, and I found I missed in Mission Control.

I'd be happy to hear feedback on the idea or the implementation. Thanks!

rosa commented 3 weeks ago

Thank you @christopher-b, and sorry for the delay!