Project

Profile

Help

Issue #3908

Updated by dkliban@redhat.com over 5 years ago

Pulp's monthly maintenance tasks will only run if the process is not restart for more than 30 days. This new package will install a cron config that will execute the following python script: 

 <pre> 
 celery -A pulp.server.async.app call pulp.server.maintenance.monthly.queue_monthly_maintenance from pulp.server.maintenance.monthly import queue_monthly_maintenance 
 queue_monthly_maintenance.apply_async() 

 </pre>

Back