piezo
piezo copied to clipboard
Add documentation on how to deploy/setup jobs project
Can you provide any pointers about this? I've just installed the worker and admin, and have no idea how to add my own jobs.
Thanks
Piezo is just some helpers for the Quartz library so see the documentation on how to write a Quartz job if that's your question. https://quartz-scheduler.org/
Once you have written your class, include it in the Worker's classpath and then schedule it to run using the admin web interface. See the readme for how to run the admin and worker processes.
On Thu, Feb 25, 2016 at 10:58 AM, Pablo Compagni [email protected] wrote:
Can you provide any pointers about this? I've just installed the worker and admin, and have no idea how to add my own jobs.
Thanks
— Reply to this email directly or view it on GitHub https://github.com/lucidsoftware/piezo/issues/17#issuecomment-188904835.
thanks, that worked