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
Clean possibly leaked CCDB semaphores at workflow start
Use new feature of O2 to scan for leaked CCDB semaphores
related to CCDB caches and clean them up before workflow execution.
To this end, expand the __global_init__ mechanism with a "cmd" (not just
environment variables) field. The pipeline runner will execute such init command
before workflows start.
Solves a problem, where second run/pass of workflow running hangs due
to previously leaked semaphores.
(cherry picked from commit ec4acee)
0 commit comments