Are scheduled tasks capacity sensitive?

I am planning to schedule simple backend tasks such as deleting unattached image files.

I am wondering if all the tasks scheduled at 12:00 AM will be processed at the same time or spread out automatically based on capacity.

I am just trying to avoid a scenario where system times out and just doesn’t process the scheduled tasks.

Hello @SumitC

Backend actions are capacity sensitive

1 Like

Thanks Carlos!!

1 Like