Allow FileTaskHandler
get running tasks logs not only from default executor
#45529
Open
2 tasks done
Labels
area:logging
area:UI
Related to UI/UX. For Frontend Developers.
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
Description
FileTaskHandler
should have the ability to get logs not only from the default executor, but from one configured on the task instanceUse case/motivation
With the introduction of multiple executors flow of the
FileTaskHandler
log reading of the running task was broken if the task was run by a non-default executor.For example, usage of "LocalExecutor,KubernetesExecutor" leads to an inability of online logs reading in web interface.
I was able to overcome it with a custom executor workaround, but I belive that this would be a reasonable feature to expect with multiple executors.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: