Skip to content

App signal improvements

Compare
Choose a tag to compare
@alanth alanth released this 31 Jul 13:28
· 2178 commits to master since this release

Improve reliability of AppSignal initialization process

Since Puma detects running threads when preloading an application we need
to stop it and then restart when each of the workers are forked. It was
sort of working before because it detected when the PID of the process had
changed and then restarted the thread itself.