Ruben Fiszel
Ruben Fiszel
Fair enough. If you have a list of events that you can think of that should create a an undo snapshot, feel free to comment them here and we can...
Have you tried using flow's triggers (which are normal scripts but just have a different default template) + setState/getState + schedule ?
getState/setState are backed by postgres so they can definitely be used to build atomic patterns. But also you can set the main flow to have a concurrency limit of 1...
I believe you're in an older version of windmill with a bug related to that. Can you update to latest and report if you have that issue. The time window...
Ah yes, I think what is happening is a race issue where the N workers are all fetching the same jobs at the same time and not seeing the row...
No I don't think it's the cluster, I have a pretty good intuition of what is happening. We will need to improve this
@ImSingee this should be fixed in latest
@AudriusButkevicius I am a bit confused. In that air-gapped environment, you need to bring binaries and those binaries are installed from the internet at some point no ? How is...
Agree with all your points, and we will improve the DX. When renaming a script: We will show a button that will show a dedicated interface to show if the...
This would be amazing, we'd like to offer the windmill cli with bunx, npx and deno and this is our only bottleneck at the moment. Happy to give a help...