Skip to content

task_queued_timeout Override in DAGs #33449

Answered by potiuk
hbc-acai asked this question in Ideas
Discussion options

You must be logged in to vote

No, not possible now - but if you would like to implement it - feel free. PRs are always welcome. It would be rather complex to implement, because you would have to store expected timeout per task and query them per task rather than fail all the tasks that have been queued before (now() - task_queued_timeout) as it is implemented now. Being able to distinguish different tasks / dags for that makes it quite a bit more complex, but if you feel like providing PR with robust/performant implementation, I see no general problem with it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hbc-acai
Comment options

@potiuk
Comment options

@hbc-acai
Comment options

Answer selected by hbc-acai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants