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
Avoid race condition in puma plugin test between restart and termination
If the restart is too slow, we might process the jobs with the initial run of
puma instead of the restarted process, and then when we try to terminate it
in teardown, we fail.
0 commit comments