guryanovev / CrystalQuartz

pluggable UI for Quartz.NET
MIT License
1.01k stars 313 forks source link

How to start jobs from url #72

Open Ghetti opened 5 years ago

Ghetti commented 5 years ago

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

Lexy2 commented 2 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