37
Views
1
Comments
Timer running in paralell
Question

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

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.