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
position.v1.dlc_utils_makevid: store frames before assembling into video
... but no process that cleans up these files. Some spikesorting processes use a uuid from the key that would change if deleted and rerun. We expect disk space to eventually be an issue, and this is an easy place to save the end-user from making tougher decisions.
Describe the solution you'd like
A cron job that deletes files with a modification timestamp older than 7 days, and documentation for setting up this cron job.
Describe alternatives you've considered
Manual intermittent deletion.
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, we have use a temp directory for the following...
decoding.v1.waveform_features
: spikeinterface'sextract_waveforms
spikesorting.v0.spikesorting_sorting
: spikeinterface'srun_sorter
spikesorting.v1.metric_curation
: spikeinterface'sextract_waveforms
spikesorting.v1.sorting
: spikeinterface'srun_sorter
position.v1.dlc_utils_makevid
: store frames before assembling into video... but no process that cleans up these files. Some spikesorting processes use a uuid from the key that would change if deleted and rerun. We expect disk space to eventually be an issue, and this is an easy place to save the end-user from making tougher decisions.
Describe the solution you'd like
A cron job that deletes files with a modification timestamp older than 7 days, and documentation for setting up this cron job.
Describe alternatives you've considered
Manual intermittent deletion.
Additional context
n/a
The text was updated successfully, but these errors were encountered: