Windmill

W

Windmill

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

Join

help

general

changelog

[2m2023-11-28T12:49:36.633916Z[0m [

2023-11-28T12:49:36.633916Z  INFO request: windmill_api::tracing_init: response latency=406 status=200 method=GET uri=/api/w/motaword/embeddings/query_resource_types?text=given%20an%20array%20of%20projects%20and%20a%20single%20project%2C%20remove%20the%20single%20project%20from%20the%20projects%20array%20by%20project%20ID&limit=3 username="oytun" email="oytun@motaword.com" workspace_id="motaword" ...

Ask Inkeep

@Ask Inkeep what is a dedicated worker

Ask Inkeep

@Ask Inkeep how to return custom status codes

nested loops

You will be able to get access to both

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 ?