Windmill

W

Windmill

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

Join

help

general

changelog

Pip ranges

@Alper you may want to try using ranges, which pip-compile support

Now I use the VSCode extension dev

Now I use the VSCode extension dev locally. I want to create a file to store TS types. I don't want to put the logic code and TS types in the same file. It's not easy to read the logic code....

Ask Inkeep

@Ask Inkeep how can I use init scripts

So what do you mean by a flow? Normally

So what do you mean by a flow? Normally you would use the resource type as a input to a script in the flow. Does that answer your question?...

OpenAI DevDay, Opening Keynote

Watched OpenAI DevDay Keynote now. (https://www.youtube.com/watch?v=U9mJuUkhUzk) Impressive stuff. Have some thoughts about how it can be used in windmill

Getting Started - devenv

Nix set ups are usually spread across a few different files (package definition for backend and frontend, module definition and flake.nix which pulls it all together) You can also layer on stuff like https://devenv.sh/getting-started/ for repeatable and cached development environments as well if you like which would add a few more. How about I create all this stuff in my fork and then you can see what you think about the extra load?...

flow status

Seems like its capped in size ? Not able to scroll in that window.
No description

curious about how do people handle

curious about how do people handle python dependencies when running python wmill scripts locally? struggling to figure out a good pattern in folders that have several python scripts

did you delete the worker groups by ant

did you delete the worker groups by ant chance ?

tailscale

FWIW, I've used Tailscale to connect remote, specific workers.

remote workers

they just need to connect to the same db

windmilldocs repo

👍 if you want to do a PR to the docs in the format of pupeeteer that'd be great

Flow loop

i currently have a flow with a single step. it's a python script that does some parallel processing: 1. fetch n entries from a database 2. in parallel process a long running task for each of the n entries i'd like to split the script into multiple smaller parts and use the flow loops or branches for that, but i'm not sure how that works with a dynamic number of parallel branches. any ideas?...

Alper

@Alper
mongodb = dict
mongodb = dict
but you can even type it with TypedDict or ask ai to generate for you, or click +Type to have it be generated for you...

Reset password flow

later we will have a password reset flow if you have smtp enabled

Middleware

@Tiago Serafim what's an example of a custom middleware ?

Do not use the protocol `https ` Had the

Do not use the protocol https://. Had the same issue couple of days ago.

1 yes

1. yes 2. the 2mb limit is only on the cloud, and even there on our dedicated offering we can extend that 3. parent flow is enough, it will be propagated automatically...

GitHub / GitLab for Version Control | Wi...

Hey there, we are currently evaluating windmill as a replacement to our self-written orchestration code. As we are a team, we need to be able to have flow definitions and code in a repo as the single source of truth. I read through https://www.windmill.dev/docs/advanced/deploy_gh_gl and understood that it's possible to push changes from the repo to windmill via the sync command. But does the other direction work too? Is it possible to make changes in the UI and push changes to the repo from there? We use Gitlab btw....

yes that s normal that s how schedule

yes that's normal, that's how schedule work