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

Allow calculate quantity quartz job to be configured in external properties file #74

Closed
jmiranda opened this issue Aug 13, 2015 · 1 comment
Milestone

Comments

@jmiranda
Copy link
Member

Currently, all systems are scheduled to run the CalculateQuantityJob at a potentially inconvenient time (e.g. 7:30am). Sysadmins should be able to configure the cron trigger for this job.

@jmiranda
Copy link
Member Author

To override the default cron trigger, add the following line to your openboxes-config.properties file.

# Run calculate quantity job at 7:30:00AM every morning.
openboxes.jobs.calculateQuantityJob.cronExpression = 0 30 7 * * ?

@jmiranda jmiranda modified the milestone: 0.7.3 Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant