Tiago Serafim
Tiago Serafim
WWindmill
Created by fr3fou on 2/18/2025 in #help
Is it possible to query a flow's progress using the Rest API?
The docs says When previewing an individual job, a progress bar will appear after 5 seconds of execution (if the set_progress function is used) or immediately for flows., it says flows so I believe it works for flows as well.
6 replies
WWindmill
Created by fr3fou on 2/18/2025 in #help
Is it possible to query a flow's progress using the Rest API?
6 replies
WWindmill
Created by Anya on 2/10/2025 in #help
Writing data to external Azure Blob Storage
Then I'd try pinning a specific package using #requirements as explained here https://www.windmill.dev/docs/advanced/dependencies_in_python#pinning-dependencies-and-requirements as it looks like you cannot install just azure anymore. Not sure which is the proper package, you'd have to see how you're installing that in your local machine in a new environment and then try to do the same at WM.
4 replies
WWindmill
Created by Anya on 2/10/2025 in #help
Writing data to external Azure Blob Storage
You have to have a main method. WM automatically installs packages for you. See this quickstart https://www.windmill.dev/docs/getting_started/scripts_quickstart/python
4 replies
WWindmill
Created by Lucas Hicks on 11/25/2024 in #help
port used for resume URLs
3 replies
WWindmill
Created by henri-c on 11/20/2024 in #changelog
price below 100
Hey, one clarification. Until very recently, having no native workers was not possible since some features from WM relied on them. Now, in the new price calculator, it does let me set the native workers to 0 and the tooltip says it can be zero. Is that correct?
7 replies
WWindmill
Created by Shufflepuff on 11/16/2024 in #help
Run docker container in flow and curl against it
The docker pull and docker run is connecting to the docker that is running in the host. The '0.0.0.0' address is the address within the container that's running the WM worker.
3 replies