Skip to content

MaintenanceTasks v1.5.0

Compare
Choose a tag to compare
@adrianna-chang-shopify adrianna-chang-shopify released this 28 Jul 17:00
· 802 commits to main since this release
e64cdf0

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 the Run 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