The problem is anything long running - like a scheduled event at 12AM on X date. With cold starts (meaning nothing is running) then there isn’t anything running the code. Though with the apparent changes to that, it may be less of an issue.
That said, what if your app is active enough its scaled up to three instances? Now you need some sort of method to coordinate so only one executes a task for example.
@dvdsmpsn This cannot work because monday code is serverless, meaning it will only run when an http request will hit the instance. If you need such a capability, please open a feature request through our feature request process @dipro