"Executions" during sleep
The script I was testing runs for 5 minutes, which is a lot of seconds, but most of that time is spent sleeping, waiting for time to pass before querying an external service. No processing is happening during this time, so does Windmill stop counting executions while sleeping? If not -- I'm using javascript's setTimeout() to sleep, is there something else I should use?