Windmill

W

Windmill

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

Join

help

general

changelog

Cloud pricing maximum users

Hey folks, migrating from airplane.dev here, question about windmill cloud pricing - it seems like the team pricing from https://www.windmill.dev/pricing has a max of 10 users, then you're forced to switch to the enterprise tier which is 4x as expensive per user and 80x more expensive for the base fee? Is there no way to add more seats to the team plan here? We don't need all the other enterprise features, just hoping to add more user accounts (I know the difference between developers and operat...

persistent WebSocket connections

Are Perpetual Scripts suitable for integrating real-time interaction services that require persistent WebSocket connections? If not, is there a way to achieve this with Windmill?

Runtime arguments

Is it possible to supply runtime arguments to deno scripts like --v8-flags=--max-old-space-size=xxx

BigQuery API did not answer query in time

I'm playing around with Windmill Cloud (trial). I've created a BigQuery resource and a SQL script that uses that resource: ``` -- @schema (string) -- @table (string)...

Background Runnable not triggering on App start

Hi, I have an App that loads the data it needs using a few background runnables that are configured to trigger on App start / refresh & input changes. However, none of these scripts are running when the app is loaded — I need to manually click the app refresh button to run them for the first time. When I do, they all run as expected without issue. I found this related thread (https://discord.com/channels/930051556043276338/1169575765063520326/1186334618681614396) but it seems that no cause was discovered....

Windmill Server Stuck On Boot [ docker ]

After a reboot to caprover, the windmill server stopped working (can't open page). Workers keep working fine. It gets stuck after deleting tokens from the DB....

Worker stuck in migration mode

Error: Migrating database: while executing migrations: error returned from database: cannot execute CREATE TABLE in a read-only transaction

Incorrect Run Time Estimation: Seeking Assistance to Correct a 4-Hour Miscalculation

One of my runs indicated that it took 14,831.792 seconds, which is approximately equal to 4 hours. However, in reality, it lasted about 1.5 hours. I'm here seeking support from someone who can verify what's incorrect with this estimation. Due to these calculations, I've exhausted all my computing resources and need to ensure their accuracy.

What is the best way to create a service user?

We have some nightly test code that will use Windmill as an API for various operations. We'd like to limit access to just the necessary API functions. For this we think we should use a group and grant the group access to the relevant folders. We're also planning to add a "service user". Since this requires a valid email address we'll either have to use a google groups address or something like developer+service@example.com. The other options seems to be to create webhook tokens for each function that the tests will call. This gives the tightest security, but it appears that the calls will authenticate as the admin user that created the tokens? Are there other options that we're missing?...

How to open a modal when selecting a row

Hello everyone, can you help me with: How can I make sure that when selecting a row a modal is displayed and brings the selected information?...
No description

Trouble committing file to GitHub but only in bun runtime

I'm trying to create a script to commit font files into my github repository. This is code that is migrated over from airplane.dev. Initially i created the code using the Deno runtime, this works but I want to use fontkit, which does not support the "import ... from ..." imports. So the following code WORKS: ```...

SQL results - disable default table view

Most often then not, when I do a query in psql, I want the results in JSON since its often easier to read them in the UI, but now they default to a table view. Is there any way to set the JSON view as default?...

Importing local dependencies like in in airplane (not from a private npm package)

We have been using airplane.dev, but are giving windmill a try since airplane is being sunset. In our airplane scripts we were able to import dependencies from our mono repo. In windmill it seems like to use our internal dependencies we'd have to publish them as private npm packages? Is this the case or is there some way to import them locally?...

GQL call requires SiteLocale as a string parameter but windmill infers its type as an object

I need to pass SiteLocale as a string but Windmill infers it as an object. I am unsure on how to override the custom UI for it. I am looking into JSON schemas but unsure how to edit it. Thanks.

GoClient - weird behavior of SetResource()

Salut, I created the following issue some weeks ago https://github.com/windmill-labs/windmill-go-client/issues/2 As I got no response, I want to ask if you guys saw it? It would be good if you could comment on that, as this would decide how I implement my flow/script. Thank you....

How to Incorporate MinIO with Windmill Docker Compose

Hi all, I am new to Windmill and docker in general, and I am trying to incorporate MiniO so I can do file uploads for images and other files, however, I cannot get this to work with the docker-compose provided by Windmill and the official docker-compose provided by MiniO here: https://hub.docker.com/r/bitnami/minio Attached is my docker-compose....

How to auto load/run runnable scripts on App load?

Currently, my runnable components look to be in a loading state unless I click on the refresh button manually. Any suggestions on what I maybe doing wrong or how to autoload things on page load?
No description

Triggering a script or flow from AgGrid Table column definition

Hello, I am trying to create a table with action buttons, and I would like to trigger flows on button click. While I realise it is possible to do through a regular fetch request calling the webhook of a flow, it gets quite inconvenient trying to forward input variables. Is there something I am missing, or is that the only way? Thank you!...

Has anyone used AWS Appsync with Windmill?

I’m just trying to setup a basic graphql script in Windmill and can’t seem to establish a connection with my API. This is my first time testing the native graphql option. I provide my URL and the header “x-api-key” but the test connection times out. Any guidance would be appreciated. Maybe I am missing something obvious ☺️...