You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm switching over to Rails Semantic Logger and for that to work
with forking code it requires a post fork action.
With this change, all 4 process types have start and stop hooks and it becomes
possible to do on_*_start { post_fork_action } and on_*_stop { pre_stop_action }
0 commit comments