You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe multi node functionality can be improved with something like a CRDT?
This project looks really promising: https://github.com/derekkraan/delta_crdt_ex
Great explanation about it here.
Currently if cronex is started in multiple nodes, cron jobs will run several times in different nodes.
The desired behaviour is to have multiple cronex instances that coordinate between them which one should run the cron jobs.
The text was updated successfully, but these errors were encountered: