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
There is a problem with the latency of scheduling a pod, or to be specific: the time from schedule() applies the bindings to when event['object'].status.phase stops being Pending. Current workaround is to prevent a scheduling event to be added to consecutive batches:
if (...) not event['object'].metadata.name in previous:
The text was updated successfully, but these errors were encountered:
There is a problem with the latency of scheduling a pod, or to be specific: the time from
schedule()
applies the bindings to whenevent['object'].status.phase
stops beingPending
. Current workaround is to prevent a scheduling event to be added to consecutive batches:The text was updated successfully, but these errors were encountered: