brian-mulier-p
brian-mulier-p
Should we duplicate the original flow YAML and compare it with current value to define if the button should be disabled instead of a simple boolean which never gets reset...
See this fix https://github.com/kestra-io/plugin-aws/pull/203 that should be removed and replaced with Collections.emptyList once we serialize empty objects properly. Note that due to the fact that when triggering an execution we...
I'm wondering about the usage of it so I add triage. IMO the best thing would be to have another column with the "delay" between the last trigger occurrence and...
As discussed, the proper way to handle it would probably be to hold the Runnable to stop queue consumptions in a common util
As discussed again with Loic, the question is, do we want to be able to try-with properly around a scheduler & a worker or forcing a Micronaut context reconstruct is...
Yes but then we still have to remove the queues closing calls if we want to be able to close the worker & scheduler in tests
Idk we have to test if the try with worker / scheduler works properly
The action DOWNLOAD seems useless with the new namespaceFiles prop of WorkingDir isn't it ?
Execution is never running under a specific user so we cannot manage RBAC there 🤔 Even if it was, what about triggers 😢
Hello ! Any news on this issue ? Seems like a fix was merged but I still get the issue when trying to run an extension that depends on YAML...