Opened 7 months ago

Closed 7 months ago

#1534 closed enhancement (fixed)

Automatically remove old job folders

Reported by: Nicklas Nordborg Owned by:
Priority: major Milestone: Job scheduler extension v1.12
Component: net.sf.basedb.opengrid Keywords:
Cc:

Description

There is currently nothing that remove job folders after the result has been registered and downloaded.

It should be fairly easy to include a check that can remove old job folders. It should be under a configuration option that specify how may days to keep the folders before the can be removed and it should be disabled by default.

Change History (1)

comment:1 by Nicklas Nordborg, 7 months ago

Resolution: fixed
Status: newclosed

In [7380] Fixes #1534: Automatically remove old job folders

This should now work but is disabled by default. To enable, add <auto-remove-job-folders>NN</auto-remove-job-folders> (replace NN with the number of days to keep job folders) to the <options> section for the cluster in opengrid-config.xml.

Note: See TracTickets for help on using tickets.