Hi, i’m trying to build a backend job for my system integrated with hangfire
the problem that i encountered are hangfire server will process all of the task within the database that have not been run yet.
I plan to install 2 server with the separation of job like :
- Sending emails
- Generating data
is it possible to achieve this type of environment with hangfire server without mixing the job load to the other server?