Hi,
apparently a GC job, whilst running, only marks blocks as "to be deleted" but doesn't do so. Only the next run actually deletes these marked data.
For that reason I'd like to run the GC job once a day (after backups and pruning) but twice immediately after another.
Unfortunately a schedule like
So how can I create said 2nd job or how can I run a GC job twice within minutes (w/o scheduling sth like "each 5 minutes for 24/7")?
Thank you!
apparently a GC job, whilst running, only marks blocks as "to be deleted" but doesn't do so. Only the next run actually deletes these marked data.
For that reason I'd like to run the GC job once a day (after backups and pruning) but twice immediately after another.
Unfortunately a schedule like
2:55,3:00
is misinterpreted as 2:03, also apparently I cannot just create a 2nd job running a few minutes later.So how can I create said 2nd job or how can I run a GC job twice within minutes (w/o scheduling sth like "each 5 minutes for 24/7")?
Thank you!