cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

For cronJobs, offer an option to only run a cron job on the master instance if using cluster mode #333

Open rglover opened 1 year ago

rglover commented 1 year ago

This could cause chaos depending on what a cron job is doing. Should be a setting like onlyRunOnMasterInCluster.

rglover commented 2 months ago

Chaos = having a cron job executing on multiple nodes simultaneously.