Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Jul 15, 2023
1 parent 541d893 commit abc753f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnscheck/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def get_running_tasks(service):

container_network_tables_for_node_id = container_network_tables_by_node_id[node_id]
for container_network_table in container_network_tables_for_node_id:
print_timed(f'Checking Container {container_network_table.container_id} (service_name={container_network_table.service_name}, service_id={container_network_table.service_id}, container_id={container_network_table.container_id}, node_id={container_network_table.node_id})')
# print(container_network_tables_for_node_id)
res = subprocess.run(
[
Expand Down

0 comments on commit abc753f

Please sign in to comment.