GitBulletin

Repository: farcasterxyz/hub-monorepo

"PM2 Configuration Soars to New Heights: Timeout Tuning Triumph!"

2024-02-23 21:55:30 UTC

"Enhancements ensure systems stay robust and responsive with increased minimum timeouts, safeguarding performance and stability."

Commit Details:

fix: Increase min timeouts for PM2 configuration (#1741) ## Motivation The defaults were too aggressive. ## Change Summary Update various timeout configuration. ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [x] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [x] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview The focus of this PR is to enhance the PM2 configuration for the `hubble` app by adding new parameters related to uptime, listen timeout, and kill timeout. ### Detailed summary - Added `out_file: "/dev/null"` to redirect output to null - Added `min_uptime: 60_000` for minimum uptime before considering app started - Added `listen_timeout: 30_000` for forcing reload if app not listening - Added `kill_timeout: 60_000` for final SIGKILL after graceful stop > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar