Windmill

W

Windmill

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

Join

help

general

changelog

Basic understanding of processing UI to backend scripts (bulk updating a postgres db from a table)

Hi guys, I'm new to windmill, and I've created a simple app that lists data from a postgres table using a script associated with an aggrid. I allow editing, and want to then update the rows that have been modified when a save button is clicked....

Many of my scripts are failing due to API rate limit

I use windmill script to put some shopify data in clickup table, but clickup has an api rate limit i.e 100 request per minutes, due to his many of the webhooks trigger fails to put the data in clickup table. I comes up with some Solution but i need some suggestion, 1. Is there some bot that re-runs the fails script after some times, or some apis for windmill that can get all the fail scripts and then triger them througs apis....

Gsheets token not refreshed when used by other users

I've created a flow that uses gsheets integration, however when the flow is run by another user this error is thrown: ``` AxiosError: Google API error - [401] Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project. Error: ...

Adding warnings for PoolLimit reached

I recently made the mistake to spawn to many workers ( ~20 native ), and after that I notices that trying to execute scripts was taking longer then usual. After debugging, I found out that the workers were having issues connecting the database. For the future, is there any place where I can find if 1 ( or more ) workers are having some recurring error from within Windmill? ...

Getting Error in Windmill

BAD gateway error get many times.
No description

Sharing quota between workspaces

Hey! I'm currently migrating from airplane, and I have made a production workspace, and a staging one. Is there any way to share my quota between those workspaces? If not, I would be paying twiece to have the 2 environemnts...

Catching errors

I'm trying out Windmill to run some long running nightly tests, and I'm wondering about how to deal with tests that throw. - All the tests are run in parallell using "branch to all" with each branch set to skip on failure - As a result the "suite" as whole thus completes even if one test explodes, good - But at the end of the run I want to collect all the results to produce a test report - Each test has a name, and each test should either return "success" or "failure"...

Postgres TLS Connection is invalid

I've followed other questions about deno pgCLient raising an error
Error: The certificate used to secure the TLS connection is invalid.
at Connection.#startup
Error: The certificate used to secure the TLS connection is invalid.
at Connection.#startup
...

Problem with understanding Windmill pricing

i have a workspace in which we have 2 developer and we paid 20 dollor ( 10 dollor for each ) we are suppose to get 20, 000 executions but in dashboard we are getting only 10, 000.
No description

How to retrieve a variable from an HTML component based on onclick = "function(this)" functionality?

I've written custom HTML to create a list using the HTML component in the Windmill app. I want to retrieve the <li> tag value that was clicked on the component. Is there a way to do this?

Caddy issue

So I have run the self-hosting script on my Linux (Fedora 39) machine, but I cannot access the web-interface that Caddy should be providing. Everything seems to run fine, I haven't tweaked any of the baseline files, but I can get it to work. It seems that the Caddy process gets stuck in a loop where it just won't start correctly. docker ps shows a constant restarting message. Any ideas on what might be going wrong, or what I can do to get it to work properly?...
No description

Can't get a simple button working

Feeling pretty dumb here... I'm trying out the App Editor, and I've made a button which receives some data and calls a Python script which prints the data... and that's all! And when I click this button it calls the Python script, but then it never comes out of the "Loading" state. I've tried returning True from the Python script, I've tried attaching a Transformer to do myButton.loading=false .... I just can't figure it out. There must be something very basic I'm doing wrong 😳

Where exactly i can add value of text-input to click-handler of button in App

I am making a simple app to start with - Add two numbers Question is in the title. PFA image...
No description

Migrating from Airplane Prompts

I'm looking to migrate some Airplane scripts we have to Windmill, and I wanted to ask what's the best way to migrate Airplane prompts https://docs.airplane.dev/tasks/prompts. I looked at the documentation and it seems like a form in an approval page could be the way https://www.windmill.dev/docs/flows/flow_approval#add-a-form-to-the-approval-page, but if someone has done something similar, I'd be interested to know.

How to plot graphs using Python's matplotlib, seaborn, etc. on Windmill app?

Hi, I have some graphs I want to plot on a Windmill App using Python's matplotlib/seaborn. What would be the best way to do so?

Can the approval process be done with another workflow?

I have a form consisting of 2 steps, and I also have a script that checks whether the first form is filled. I will access both forms in the workflow; if the first form is filled, I want to print the second form. However, doing this manually won't be practical for the later stages of the process. That's why I want to write the script that checks the form's status as an approval and automate this approval process in another workflow.

Get root workflow id

I have a data pipeline that normally runs in incremental mode, but sometimes we want to do a full reload. The full reload will be a workflow the reuses the normal incremental workflows with some extra config. One critical config is the target database. During the full reload we'll target a temporary database, and at the end of the flow we'll exchange tables between the old and new. This gives us a very safe mechanism for doing reloads non-destructively. One way to achieve this would be to parameterize all the incremental loading scripts (and workflows). But this would complicate the code for something that happens rarely. So, to achieve this I though instead I could set some ontextual config that should apply to all the jobs that run as a result of the top-level reload workflow to override the database they connect to. My idea was that I could set a Windmill resource which contains the necessary config as well as the workflow id of the main reload workflow. ...

Questions about worker memory usage

I am currently running windmill-ce with Helm. I'm using three wokergroups. default, native, and a separate group for scheduling. Over time, other workgroups stay under 200M in memory usage, but the scheduled worker continues to grow in usage. ...