Windmill

W

Windmill

Join the community to ask questions about Windmill and get answers from other members.

Join

help

general

changelog

Is it possible to have a for or while

Is it possible to have a for or while loop in a flow that feeds the result of the previous iteration into the next iteration? I basically have a list of transformations to apply on the initial input data. Each iteration takes the previous result and applies the next transformation....

datetime

continuing in thread

Create a flow that has these flows as

Create a flow that has these flows as steps

soon will replace me but not today

soon @Ask Inkeep will replace me but not today

They have not been pushed to the hub yet

They have not been pushed to the hub yet

Not at the moment, what is missing?

Not at the moment, what is missing?

ok I see it in the logs when the worker

ok I see it in the logs when the worker starts up: init_bash: Some("pwsh -Command 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted' \n pwsh -Command 'Install-Module Posh-SSH -Repository PSGallery -Verbose -Force'")

you're missing a library, need to use init script or modify the image

you're missing a library, need to use init script or modify the image. you can @Ask Inkeep about it

I have a Powershell script that returns

I have a Powershell script that returns data that I convert to Json. However when I "Write-Host $results" all that appears in the results window is a single "]". Any thoughts?

approval step enum error

@aleph I really can't reproduce

Scaling: beyond postgres 5k rps

@AlamoBuck yes, postgresql is only capable of 5k rps

@andness but did you pull it locally ?

@andness but did you pull it locally ?

@LucasTheWalter feel free to reach out

@LucasTheWalter feel free to reach out to me, we have windmill deployed in space and remote oil rigs so I've seen a lot of setups 🙂

@Alper was a mistake, made it private

@Alper was a mistake, made it private

we will probably build one in windmill

we will probably build one in windmill

Hi, yes, I was figuring out how I did it

Hi, yes, I was figuring out how I did it. As far as I remember, I installed the tailscale on the host machine, and it worked. As a proof of concept, I run the sshd one click install from Caprover, and on my local machine, I run a lscr.io/linuxserver/openssh-server along with the original docker-compose from Windmill, that way I could run GPU workers on my local machine that connected to the remote WM server.

You would use perpetual scripts for that

You would use perpetual scripts for that

what is git sync

@Ask Inkeep what is git sync

how does one preinstall binaries

@Ask Inkeep how does one preinstall binaries

Versioning + DAG order of execution

1) the api is versionned but our api viewer/explorer only display the current/last one 2) yes 3) there is a top left toggle that says "dataflow" to see the dataflow...