One Scheduled Endpoint can it run multiply times?

hey all,

lets say I have an endpoint that is scheduled to run every 1 minut, but it take longer than one minute to finish, will another “job” be started before the last is done?

No one know this? :slight_smile:
it seems i need to make a test some day then :slight_smile:

I tested this, and yes, it will run side by side if the endpoint are taking longer than the specified interval it should run.

I made an issue on this: https://github.com/ironmansoftware/universal-dashboard/issues/1000
it would be very nice to have this control, so we dont need to handle it by our own code.

1 Like