Skip to content

Commit

Permalink
Update health.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia authored Oct 15, 2024
1 parent 56ed83f commit 2943e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def check_containers():
try:
worker_ids_in_db.append(worker['id'].lower())
except Exception as e:
logger.info(f"worker did not have 'id' field: worker: {worker.dict()}")
logger.info(f"worker did not have 'id' field: worker: {worker}")
logger.info(f"check_containers(). List of all worker_ids found in db: {worker_ids_in_db}")

worker_containers = get_current_worker_containers()
Expand Down

0 comments on commit 2943e1b

Please sign in to comment.