Brian Spilner
Brian Spilner
Hi @larsbuntemeyer ! Thanks for the input. I am not a xarray-poweruser, so this is quite valuable for me :+1: But I am not sure, if this done in the...
I think this options is better put into an operator call than in the constructor. That way users can change the options for each data set they create
I am in the middle of a re-design. Will keep this PR open to keep the feature in mind.
any idea, why the CI does now show up here?
Thx so much @p12tic ! I dont clean old information at all. Never knew how to do it. This looks perfect I expected something like this to appear in the...
I added this to the config ```python # DB clean up {{{ # delete logs older than half a year c['configurators'] = [util.JanitorConfigurator( logHorizon=timedelta(weeks=30), hour=23, dayOfWeek=1 )] #}}} ``` but...
Regarding the logs on the server I am a bit confused. The documentation (https://docs.buildbot.net/latest/manual/deploy.html#maintenance) says, that there are log from the builds in the data directory of the server. But...
By manual testing old builds I could verify that younger build do still have all log information, whereas older builds (a year or so) do not have log info visible...
@p12tic yes, I do the vacuum-ing one or twice per year. Usually it is the first thing I do, when the harddisk reaches 95% . It never was effective. Which...
thx a lot for the tip - and merry christmas :partying_face: ``` vacuumdb: vacuuming of database "testing" failed: ERROR: could not extend file "base/16396/21405183.3": No space left on device ```...