Skip to content
New issue

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

Add documentation on how to deploy/setup jobs project #17

Open
disaacson opened this issue Feb 4, 2014 · 3 comments
Open

Add documentation on how to deploy/setup jobs project #17

disaacson opened this issue Feb 4, 2014 · 3 comments

Comments

@disaacson
Copy link
Contributor

No description provided.

@pablote
Copy link
Contributor

pablote commented Feb 25, 2016

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

@lucidchart
Copy link
Contributor

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
#17 (comment).

@pablote
Copy link
Contributor

pablote commented Feb 26, 2016

thanks, that worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants