This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Runs prefect agent | |
Keeps track of flow runs the agent kicked off, | |
and sets a DateTime block storage to NOW() for | |
every running flow, every couple of seconds. | |
Also, has a cleanup function that will set the state of | |
every running flow to AwaitingRetry for each running | |
flow. |