Loïc Mathieu
Loïc Mathieu
For the record, CloudRun allow setting a working directory from the SDK when creating a container
https://github.com/googleapis/google-cloud-java/blob/02d2b5eab0a9cef7f4db703d6c4a1d7577868108/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/Container.java#L3627
Done: https://issuetracker.google.com/issues/336164416
Fixed by https://github.com/kestra-io/kestra/pull/3726
> Can we consider leveraging custom metadata from storages directly on stored objects instead of splitting the implementation across both DB and storage ? There is only an issue with...
I am concerned about the security implication of this, if this is not mandatory, I'll prefer to avoid it, if this is mandatory, we need to have a switch to...
If it's really needed, we should implement it disabled by default.
Upstream issue: https://github.com/FasterXML/jackson-dataformats-binary/issues/493
A workaround has been done, see https://github.com/kestra-io/kestra/commit/9911e2532fc6a8baddfe6f46f3be6a8 965ef26f2#diff-01b560e0a4b0dd166ea2841ec5a4887132f4c8d87c07134504cb0ab39b57e24dR152 All plugins has been updated to use `FileSerde.readAll()` and `writeAll()` where applicable and not too complex todo.
This will soon be documented in our website, meanwhile you can check the PR: https://github.com/kestra-io/docs/pull/1415/files > I mondify the KESTRA_CONFIGURATION I need to stop and restart whole kestra container. One...