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
After an update is pushed, workers repeatedly print:
*** Another worker (with PID=7) is already running in this directory ***
This hasn't been discovered yet on the main instance since there have been no worker updates since its introduction.
The reason this is occuring is because the worker lock is not being released before the restart.
The text was updated successfully, but these errors were encountered:
After an update is pushed, workers repeatedly print:
*** Another worker (with PID=7) is already running in this directory ***
This hasn't been discovered yet on the main instance since there have been no worker updates since its introduction.
The reason this is occuring is because the worker lock is not being released before the restart.
The text was updated successfully, but these errors were encountered: