Open Ghetti opened 5 years ago
It's not a question to CrystalQuartz. Quartz per se doesn't recommend remote access to the scheduler, but you can use Quartz remoting (unless you use .NET 5): https://www.quartz-scheduler.net/documentation/quartz-3.x/configuration/reference.html#remoting-server-and-client
Good morning. Where is a way to start a jobs directly with an url? I mean something like this
http://192.168.1.202:9100/quartz?Jobs=Jobs1
or any other way to force start jobs from another application? thanks