quartznet / quartznet

Quartz Enterprise Scheduler .NET
http://www.quartz-scheduler.net/
Apache License 2.0
6.52k stars 1.69k forks source link

How to fire a job from another appliation #736

Closed Ghetti closed 4 years ago

Ghetti commented 5 years ago

Good morning. Where is a way to fire a jobs from another .net application? I have quart installed like a Windows service with CrystalQuartz web interface. I need to start a specific job with an external call from a website. thanks

maulik-modi commented 5 years ago

@Ghetti , may be you can have a look at https://github.com/jlucansky/Quartzmin

lahma commented 4 years ago

For full framework you can use remoting or for .NET Core some third party solution or wait for the implementation of https://github.com/quartznet/quartznet/issues/511 .