-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking execution progress? #1287
Comments
Hi @orcaman! This sort of pattern requires an external monitoring system which keeps track of Task states, which is precisely where Prefect Cloud comes in. In Cloud, you can query the database for which tasks are in a |
I guess one could implement by keeping track in-memory? Anyways, cool. We are looking forward to the cloud to be available :-) |
Awesome! And yea, if you want to track your task's states in a custom way I usually recommend people implement their own state handler (which it sounds like you've essentially done). |
…-ui/ts-node-10.7.0 Bump ts-node from 10.6.0 to 10.7.0 in /orion-ui
Hi friends,
Is there a way of getting a list of tasks that are currently running? Our DAG is comprised of hundreds of tasks. We have logs for state change handling, so we can see when tasks have started and when they have finished. We could write a logs query to pick up the tasks that have started but haven't finished and thus presume that they are running - but is there a better way of doing this within Prefect that we're missing?
Thanks
The text was updated successfully, but these errors were encountered: