Skip to content

Commit

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

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

* Add flag check to periodic task
  • Loading branch information
AlanCoding authored and Peter Braun committed Feb 24, 2025
1 parent 8c6af21 commit 557f386
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 557f386

Please sign in to comment.