2023-12-31T00:02:59 hmm so in which order, first time or first the (cached) inspects? 2023-12-31T00:03:26 bit confused how to avoid weird regressions 2023-12-31T00:06:59 first save the timestamp (startup time of the script, or a minute before) 2023-12-31T00:07:09 then podman ps and inspect 2023-12-31T00:07:22 and then check all directories that are older than the timestamp 2023-12-31T00:08:55 if a new container starts, it's directory will be newer than the timestamp and will be skipped 2023-12-31T00:09:16 if an older container finishes while the script is running - well, you'll delete its directory in the next script run 2023-12-31T00:15:10 ok I think I get the idea but allow me one more argument 2023-12-31T00:15:40 I will record the execution time at about the same time I am caching the findmnt output. how will there be anything newer than the script execution ? 2023-12-31T00:26:03 there's a small window for a race condition between running the podman commands and findmnt 2023-12-31T00:26:30 but then - if you run (and cache) findmnt first, that should be as good as checking the timestamp 2023-12-31T00:30:11 ... and with that said, I'll go to bed. Good night! 2023-12-31T00:30:19 Good night, thanks 2023-12-31T05:58:55 *** teepee_ is now known as teepee 2023-12-31T11:49:56 I expanded the calendar functionality a bit today, it can now add individual days to events besides just recurrence rules, and also the schedule should be a bit less buggy as I refactored the removal of overlapping events now 2023-12-31T11:56:17 Cool cal 2023-12-31T12:53:30 *** tmporary_ is now known as tmporary 2023-12-31T17:43:20 *** teepee_ is now known as teepee