Skip to content

Make rails_background_jobs timeout 10 secs

Ash McKenzie requested to merge ashmckenzie/tweak-sidekiq-timeout into main

What does this Merge Request do and why?

This MR aims to solve the ongoing issues of the rails-background-jobs job (sidekiq behind the scenes) hanging around after a gdk stop by reducing the default timeout from 25 secs to 10 secs (half of config.gdk.runit_wait_secs by default).

Closes #1264 (closed)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Ash McKenzie

Merge request reports