Skip to content

MaintenanceTasks v1.1.1

Compare
Choose a tag to compare
@etiennebarrie etiennebarrie released this 01 Mar 21:42
· 843 commits to main since this release
0c5813c

Fixes

  • Support for Rails application with config.include_all_helpers = false. #337@shouichi
  • Fix duplicated timestamps in individual Task page view. #338
  • Fix race conditions due to callback ordering by postponing the reenqueue of the job. #335, #345
  • Remove redundant index on runs table. #342, #346
  • Avoid using private_constant. #314, #344
  • Fix support for the classic autoloader. #347, #351
  • Prevent Task.named from returning constants that are not Task classes. #348, #349
  • Don't show indefinite progress bar when Task finishes. #353