'Running Quartz.NET multi process

I want to run Quartz.NET as a standalone worker service. The problem is that if I want run multiple processes. Running as windows or linux service then I could have only one process. Docker would be an option but I do not want to use it for now.Is there any other option than just writing an app to start sub processes ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source