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
Currently the pipeline.Instance field Status can change at any point in time when the pipeline is running, therefore it's not safe to access this value. We should change the type into atomic.Pointer[Status] so the value can be accessed safely.
The text was updated successfully, but these errors were encountered:
Currently the
pipeline.Instance
fieldStatus
can change at any point in time when the pipeline is running, therefore it's not safe to access this value. We should change the type intoatomic.Pointer[Status]
so the value can be accessed safely.The text was updated successfully, but these errors were encountered: