You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We regularly reach file quota on /project, likely due to continuous production of job logs. I suggest to write a simple function in the job script that removes logs older than some threshold.
The text was updated successfully, but these errors were encountered:
don't touch the directories of the present pax version, but delete together with the PurgeProcessed also the old log directories. We should find a way to identify automatically the directory where cax put the log, maybe in the config file.
crate check in the bash script on the number of log files present in the $JOB_WORKING_DIR. If they are more than 10 can be deleted. But anyway when we purge the processed file we will remove also the logs.
We regularly reach file quota on
/project
, likely due to continuous production of job logs. I suggest to write a simple function in the job script that removes logs older than some threshold.The text was updated successfully, but these errors were encountered: