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
Would be awesome to get an API endpoint that could be used for task group stats.
Currently it is very hard to know the status of a task group via API and it requires a lot of engineering to get the status of a task group
Ideally, we would get something in the lines of:
Task group name
task group start time
task group end time
task group status
task group duration
task group kwargs
list of objects with all the task_ids info under the task group (not really needed but cool to have)
Is there an easy way that I am not aware of to get this data via API?
I understand that taskinstances show their task groups at the beginning of their name, but for tracking purposes, having a separate task group API call to summarize the status of the whole task group makes more sense, as you don't need to do all the logic to know if a task group is running or not and dealing with min and max start and end times logic etc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would be awesome to get an API endpoint that could be used for task group stats.
Currently it is very hard to know the status of a task group via API and it requires a lot of engineering to get the status of a task group
Ideally, we would get something in the lines of:
Is there an easy way that I am not aware of to get this data via API?
I understand that taskinstances show their task groups at the beginning of their name, but for tracking purposes, having a separate task group API call to summarize the status of the whole task group makes more sense, as you don't need to do all the logic to know if a task group is running or not and dealing with min and max start and end times logic etc
Beta Was this translation helpful? Give feedback.
All reactions