Oh interesting! Thanks for explaining :)
mlunar
Thanks for the explanation, makes sense! This app relies quite heavily on in-memory caches, so it's somewhat incompatible with that model :)
That said, I wonder if the startup time would be noticeable. Depends a lot on the configuration, but it shouldn't take more than a few 100ms (esp. if you use skip_collection_counts).
Thx! Out of interest, what is your use case?
I don't know a lot about fastcgi, but looking it up it seems like it also keeps a persistent process running to avoid execution overhead, but I don't know how that process is managed 🤷♂️
Either way, you could use a supervisor of sorts that shuts down the process/container after some idle time (at least for containers I know some exist) and that should probably work fine (outside of interrupting scanning operations).
I haven't tried it myself yet though :)
Thanks for trying it out! Let me know if you run into any issues or have some ideas :)
Hey thanks! The Immich folks are doing an astounding job indeed :)
Vielleicht ist die Tür nicht dafür geeignet, aber ich hab's schon mit drei verschieden erfolgreich gemacht. Es sieht immer hoffnungslos, aber nach 10-60 min findest du schon den richtigen Winkel, vllt dieses Video hilft: https://youtu.be/3VBHxC6H_gY
Versuche auch mit mehr Druck am verschieden Stellen, die Karte ist meistens dann ziemlich kaputt
I believe fossil (vcs by sqlite folks) works like that, but that's like a niche within a niche within a niche 😄
What open source stuff are you writing? :)
Replacing does make it sound weird though: "Germany's world bank robbers suffer multiple gun wounds after being hit by bullet"
Let me know if you encounter any issues! ☺️
Thanks! Hmm, not sure what you mean, that I shouldn't install devDependencies when building the release? That's a good point, I'll need to look into it