MaintenanceTasks v1.5.0
·
802 commits
to main
since this release
New features
- Allow custom backtrace cleaners to be configured. #453
- Show Task Run's arguments in the UI. #455, #460
Fixes
- Remove status transition of
paused
=>cancelled
from valid transitions. #434 - Document how to upgrade the gem when migrations have been deleted. #442
- Add reusable stuck tasks constant. #448
- Persist
job_id
to theRun
before it is enqueued. #451 #459 - Add time spent running to Task show page. #452
- Remove n+1 query for active storage attachments on index page. #461