We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: