Skip to content

Commit

Permalink
always disable orchestrator registration (#5111)
Browse files Browse the repository at this point in the history
  • Loading branch information
swheaton authored Nov 14, 2024
1 parent 91b4a20 commit 0e0d039
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fiftyone/operators/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,9 +1277,7 @@ def available_orchestrators(self):

@property
def orchestrator_registration_enabled(self):
return bool(
os.environ.get("FIFTYONE_ENABLE_ORCHESTRATOR_REGISTRATION", False)
)
return False

def update(self, available_orchestrators=None):
self._available_orchestrators = available_orchestrators
Expand Down

0 comments on commit 0e0d039

Please sign in to comment.