Is it possible to have multiple instances of the same timer running in paralell - doing different tasks?
Or, in other words, is it possible to setup a jobs queue (a pattern of client->jobserver->worker) like https://gearman.org/ or rabittMQ?
Thanks in advance
Hi Nuno,
The same timer can I think only run in parallel if in the context of different tenants, or if you have more than one front end server in your environment.
Regards,
Daniel