14 Commits

Author SHA1 Message Date
Alexander Brandon Coles 3eeb5abfab Fix missing copyright notices in config 2025-08-19 17:40:34 +01:00
Alexander Brandon Coles 78ed9ea580 Freeze string literals in config
rubocop -A --only Style/FrozenStringLiteralComment,Layout/EmptyLineAfterMagicComment,Style/RedundantFreeze config
2025-08-19 17:04:00 +01:00
Oliver Günther da6fe7c012 Make term_on_timeout configurable 2025-08-11 11:16:48 +02:00
ulferts 3b2121f733 Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"
This reverts commit 40b2bbeb09, reversing
changes made to b4c6cb17cc.
2024-03-21 11:31:17 +01:00
Ivan Kuchin 7787e457a3 Revert "Merge branch 'dev' into release/13.4"
This reverts commit a901541269, reversing
changes made to e573ca00b7.
2024-03-20 20:19:08 +01:00
Ivan Kuchin 9e4934cd0a change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a 2024-03-20 18:05:22 +01:00
Christophe Bliard 8fa8584538 Run rubocop --autocorrect on all files
Only the safe cops have run. rubocop version is 1.59.0.
2024-01-05 15:27:09 +01:00
Oliver Günther 0487ef572a Set service_past_wait=true by default
Our configuration of rack-timeout incorrectly assumed that the service
timeout is added to the wait timeout.

But this is not the case:
https://github.com/zombocom/rack-timeout/blob/main/doc/settings.md#wait-timeout

Without service_past_wait, the service will be terminated whenever the
wait_timeout is surpassed.
2023-01-03 15:48:37 +01:00
Markus Kahl 961907110e make op error handler work in cluster mode outside controllers again 2022-08-09 12:53:32 +02:00
Oliver Günther c54ac51f90 Replace to_prepare with after_initialize for one-time calls 2022-05-18 16:39:35 +02:00
Oliver Günther 6e5b92c457 Linting 2022-05-18 14:32:01 +02:00
Oliver Günther e5358ea5af Move rack_timeout in reloader 2022-05-17 16:21:59 +02:00
Christophe Bliard 30129450ad refactor: make it consistent with other WEB settings 2022-04-27 21:27:41 +02:00
Markus Kahl c9256e644c only use puma, introduce rack-timeout (#9718)
Co-authored-by: Oliver Günther <mail@oliverguenther.de>
2021-10-04 15:42:37 +02:00