What’s the recommended approach for a prefect wait...
# prefect-getting-started
a
What’s the recommended approach for a prefect waiter? Right now we have a shell script that checks the flow run state periodically. We could make this into an exponential back off but is that the best? Is there something similar to an AWS waiter for prefect?