Project

General

Profile

« Previous | Next » 

Revision 8e4a5aab

Added by Jonathon Turel almost 3 years ago

Fixes #33321 - Update job scheduling config options for correctness

View differences:

templates/candlepin.conf.erb
candlepin.ca_key_password=<%= scope['candlepin::ca_key_password'] %>
<%- end -%>
# Quartz schedule notation for how often to run the ExpiredPoolsJob
pinsetter.org.candlepin.pinsetter.tasks.ExpiredPoolsJob.schedule=<%= scope['candlepin::expired_pools_schedule'] %>
pinsetter.org.candlepin.pinsetter.tasks.CertificateRevocationListTask.schedule=<%= scope['candlepin::certificate_revocation_list_task_schedule'] %>
candlepin.async.jobs.ExpiredPoolsCleanupJob.schedule=<%= scope['candlepin::expired_pools_schedule'] %>
candlepin.async.jobs.CRLUpdateJob.schedule=<%= scope['candlepin::certificate_revocation_list_task_schedule'] %>
# Required for https://hibernate.atlassian.net/browse/HHH-12927
log4j.logger.org.hibernate.internal.SessionImpl=ERROR

Also available in: Unified diff