Skip to content

Commit

Permalink
AAP-39559 Wait for all event processing to finish, add fallback task (a…
Browse files Browse the repository at this point in the history
…nsible#15798)

* Wait for all event processing to finish, add fallback task

* Add flag check to periodic task
  • Loading branch information
AlanCoding committed Feb 24, 2025
1 parent 644f36b commit 21f6a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx/main/tasks/host_indirect.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import logging
from typing import Tuple, Union
import time

import yaml

Expand Down

0 comments on commit 21f6a42

Please sign in to comment.