Skip to content

Commit

Permalink
Remove check unusable due to credential plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Jan 16, 2025
1 parent 4800ebe commit 6a6a42d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions awx/main/management/commands/run_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ def handle(self, *arg, **options):
exit_if_redis_down(logger)
DispatcherMetricsServer().start()

# TODO: move to a common database checker in DAB
try:
connection.ensure_connection()
except Exception as e:
print(type(e))

if not os.path.exists(RECEPTOR_SOCK_FILE):
logger.info(f'Receptor sock file does not exist at {RECEPTOR_SOCK_FILE}')
time.sleep(1) # Patience to avoid log spam
Expand Down

0 comments on commit 6a6a42d

Please sign in to comment.