Make the scheduler work with many replicas

Hey @nickneustroev the new version is live here:

It’s very easy to install npm i wappler-bull-queues. When installed create a queue and make sure to tick the autostart box so that it automatically starts when your application restarts:

CleanShot 2023-05-19 at 19.58.41

and then add a job and choose either a cron interval:

or a regular interval:

1 Like