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
The AWX heartbeat task will "reap" jobs based on whether or not they are running locally. This requires getting the process list from the parent process. This is done with bind_kwargs in AWX which is an ugly custom solution there. The assumption with this issue is that we would run a control task from the heartbeat task which will return local running jobs. So this is needed for AWX functionality.
Please confirm the following
Feature type
New Feature
Feature Summary
In my current patch to add
bind
as a task option, it is only providing static data for the moment.This requests that we add 2 new methods to the object, these are dynamic, and interact with queues available to worker code:
Steps to reproduce
N/A feature request
Current results
No response
Sugested feature result
aforementioned callable features.
Additional information
Not in scope right now: async versions
A keep-alive method.
May file issue for these later.
The text was updated successfully, but these errors were encountered: