evrial
evrial
> exifr actually closes the file during parsing: https://github.com/MikeKovarik/exifr/blob/6cbf6e921688faf7723e1f2e0b9e672d1f0aa21c/src/Exifr.mjs#L37 Not sure if that line ever executes if anything breaks before it? Robust solution is try: finally: or make it work...
Yeah I had an idea to try https://github.com/paulmillr/chokidar for real time zero polling file tree updates, but it's just too much moving parts already present in gallery. But the lib...
I tested, it works exactly as expected, but for it to shine and surgical indexing need to rewrite a lot of code. Not a good idea for automatic job trigger...
Uptime kuma already has this functionality, there is no place for it here. Also better to use docker autoheal and don't stress with monitoring each container