EBISPOT / gwas-sumstats-service

Summary statistics service
2 stars 0 forks source link

fix: Generate and backup Celery worker logs in the correct dir #343

Closed karatugo closed 3 months ago

karatugo commented 3 months ago

Issue: #1340

Problem: The first validation failed due to large log files in the /homes/gwas_lsf directory. This issue was caused by a bug in the script responsible for restarting Celery workers every 3 days.

Solution: This PR fixes the bug in the script to prevent the accumulation of large log files in the home directory. Also, the most recent log file is backed up.