You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases it's the same thing, which is to add timeout as a kwarg to the @task(timeout=5) decorator. This is, then, what is used for the task manager timing out.
The text was updated successfully, but these errors were encountered:
This was never implemented generally in the AWX dispatcher, however, it does apply a timeout to its task manager.
Apparently, I had not once, but twice, created an AWX branch that implemented this generally
In both cases it's the same thing, which is to add
timeout
as a kwarg to the@task(timeout=5)
decorator. This is, then, what is used for the task manager timing out.The text was updated successfully, but these errors were encountered: