For loops worker usage
I'm creating a for loop that runs a script with an sleep inside of it.
I want to loop forever or until stopped, and after running the script we have a very long wait time (15 minutes)
I wonder if this approach is charging me for that wait time
6 Replies
sleeping is free
Got it, but on the Flow view it looks like it is on "execution"
it is
your flow is still running technically
just not taking any worker usage
ok but workers are sleeping?
got it
When the thing ends it does look correctly:
I guess I was just confused by the UI