Skip to content

Commit

Permalink
Merge pull request #1620 from chaoss/andrew-fix-double-broker-connection
Browse files Browse the repository at this point in the history
Fix Workers Connecting to Broker Twice
  • Loading branch information
sgoggins committed Feb 14, 2022
2 parents 0948e34 + dd78228 commit dea48eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workers/worker_git_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def __init__(self, worker_type, config={}, given=[], models=[], data_tables=[],
}

# Send broker hello message
if self.config['offline_mode'] is False:
self.connect_to_broker()

# Attempts to determine if these attributes exist
# If not, it creates them with default values
Expand Down

0 comments on commit dea48eb

Please sign in to comment.