Denis Loginov
Denis Loginov
/remove-lifecycle rotten
Yeah we do that too now, and even turned on lifecycle policy for the archive bucket so the old archives get deleted after 1 day!
The only caveat here is some CIs (e.g. Google Cloud Build) mess up permissions on the files to be archived, so one may need to fix them before running this...
@p4309027 I think `data.archive_file.function_archive.output_md5` actually solves this problem in this case.
Is there any update on this? Or any workaround to watch for files only for a particular extension on Linux? (I guess one workaround could be to use `fswatch **/*.ext`,...
Any updates on this? Possibly for 3.9? We're running into real issues with backwards compatibility and have to switch the image to another distro just because of this 😞 I...
This is really nice, along with #1014, thank you for these detailed examples! I'd like to understand the pros/cons of various options for the cookie and the `state`: 1. JWT+synchronizer...
+1 on `tmpfs`. Currently, we have to create a directory under `/dev/` and rely on the assumption that that directory gets mounted by default as a `tmpfs` with 1/2 of...
I don’t think it works for the PAPI backend, because one needs to mount `docker.sock` into the container to be able to invoke Docker commands. I’m honestly a little surprised...
Any updates/remaining interest in this one? Would be such a nice-to-have..