alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Database will need to be flushed of jobs' stdouts after a given period #100

Open DavidMarchant opened 6 years ago

DavidMarchant commented 6 years ago

The stdout of every job will begin to take up a large amount of space over time and they cease to be useful as reference materials. It is necessary to implement a method of deleting them after a certain time has elapsed or a certain number of jobs have since been executed to prevent swelling of the database.

NB: It will be needed to exempt the history of 'state transition tools', when they are implemented