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
// TODO: figure out how to do this in a single controller because there is a potential race where the exit node reconciler runs at the same time as the service one
717
722
// This is an issue because both of these functions patch the status of the exit node
718
723
// or if we can figure out a way to atomically patch the status of the exit node, that could be fine too, since both ops are just updates anyways lmfao
724
+
// NOTE: Maybe we could use a lock to prevent this. This will be implemented only for local exit nodes for now.
0 commit comments