Cron job limits to how often it can run

Hey,

We have a CRON job we may look to run every few seconds. Is this an issue? Are there any limitations we’ll run into here with Render

We detail how we run cronjobs at Cron As A Service | Render · Cloud Hosting for Developers.

Specifically, running the job every few seconds may mean that the subsequent job is delayed whilst the executing job is completing - you might be better to consider a background worker to process your jobs here - Background Workers | Render · Cloud Hosting for Developers

1 Like