Skip to content

Support running Puma in single mode

Ash McKenzie requested to merge ashmckenzie/support-puma-single-mode into master

What does this Merge Request do?

This MR adds support for running Puma in single mode. To test against this branch, add the following to your gdk.yml:

---
gitlab:
  rails:
    puma:
      single_mode: true

and then run gdk reconfigure and gdk restart rails-web.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Ash McKenzie

Merge request reports

Loading