Windmill

W

Windmill

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

Join

help

general

changelog

Latency on waiting, What's the recommended setup for workers for concurrent webhook calls?

What's the recommended setup for workers for concurrent webhook calls? I'm seeing a lot of latency, quite sparadict, I have some hot and cold workers. But it looks like the other cold workers don't awake even though we are experiencing latency on these flows
No description

golang execution error

hello, i'm facing an issue with my go scripts : ``` ExecutionErr: ExitCode: 1, last log lines: job=01924748-4775-bf69-3de6-06745b428802 tag=go worker=wk-default-bb6d6afc357b-HSLDe hostname=bb6d6afc357b...

Stepper Component Event Handlers

in the documentation for the Stepper component, it mentions event handlers onNext and onPrevious but I am not seeing this in the component settings in the app builder. I just see "Stepper has no configuration" at the bottom of the component settings for the Stepper. Is the documentation outdated or perhaps are those features new and I am just not on the latest version? I am on EE v1.334.0 Or maybe I'm just missing something. Let me know, thanks!...

Trace telemetry propagation from azure app insights

Hey, I'm calling a flow from a sync webhook, and I'm looking to be able to see the trace in app insights, currently it shows our service calling windmill but observability wise it's a bit blackboxy, I would like the trace to show what windmil is calling within the flow. How would you recommend setting this up?

Multiple tables with rich display rendering

Is there a way to define a name or title for each table when using the render_all rich display rendering? return { "render_all": [ { "table-col": { "foo": [42, 8], "bar": [38, 12] }}, { "table-col": { "foo": [42, 8], "bar": [38, 12] }} ] }...

sync

i cant find the hub sync script in the admin workspace, can someone point me to it please
No description

How to hide a job in the runs history?

I have a schedule that runs a specific job every 10 seconds. I would like to hide this job from the runs history but not completly remove it. I read somewhere that there is an option to hide the job from the job owner but that is not what I want. To describe it in a few words, I want to have a reverse filter on a job where windmill shows all jobs except that one in the runs history. Is that possible? Thanks! P.S...

Remote script run

I've installed Windmill using Docker Compose. Is it possible to run PHP Artisan commands and bash scripts on a remote server? The bash scripts are located on an Ubuntu remote server.

Is there any way to invalidate cache of a flow/script

I have a script that runs a request and i want to enable cache but also depending on the result of that request i want to be able to invalidate the cache of windmill, is this something possible?

logging on self-hosted

Hey everyone, currently right now I have a script with a large output and it looks like the logs are getting saved to the disk at logs/x/x. I can't find this folder anywhere on the host system and not even in the shell of a worker. Where can I find this?

Evaluating Windmill for a multi-tenancy usecase

I am still going through your docs and trying to understand what Windmill actually solves (and for whom). From a cursory glance, it looks like Windmill is for creating apps and flows for internal use of a single organization. I have an app in which the users who sign up can have integrations to their accounts on multiple platforms like - Shopify, Stripe, AfterShip etc. I have already built flows in our app. I want to know, with Windmill, can our users add actions in their flows like 'cancel the order', or 'create a ticket' seamlessly, without writing much code (our app will already have their auth details from the integrations). ...

Cannot paste text in Windmill preview in VSCode

+V is not working in the preview panel of VSCode using the Windmill extension.

Error when calling a bun script using `wmill.runScript`

I have a bun script, that uses jsdom as a dependency. The script is working as expected when calling it directly through the windmill cloud UI. But now I try to create a second script, written in TS, and call the first script using ```js...

Unauthorized Tasks?

Hey all, facing an issue where I can't seem to get any task working when using the workflows as code setup. It just keeps returning unauthorized. The tool works without the tasks. ======= ...
No description

I keep getting an error that says that the psycopg2 python module doesn't exist when i run code

I have succesffully imported the module, and have actually copy and pasted this code from another app that is working fine with this exact code and I can't get it to work. I changed it to import psycopg instead of psycopg2 and the code runs fine but it is not functioning with psycopg2 and whats even weirder is that every now and then it does work if i just keep hitting run. Is there a way I can maybe remove and reinstall that binary and its dependencies within windmill?

Proxy for external Internet access ignored

Hey all! All my infrastructure is behind a web proxy. Under the environment: section of the compose file I have HTTPS_PROXY and HTTP_PTOXY and NOPROXY configured. However whatever wmill.hubpull uses to pull the packages from the hub seems to ignore the proxy config and tries to connect directly, which obviously won't work. Is there somewhere else to configure a proxy for external access?...

Cannot read properties of null (reading 'fd')

Hi, I get this error when run wmill workspace add defaultwp 'default-workpsace' 'https://my-server.net' I confirm my server still running wel and api working fine too ``` ? How do you want to login › Browser C:\Users\Mee\AppData\Roaming\nvm\v20.10.0\node_modules\windmill-cli\node_modules@deno\shim-deno\dist\deno\stable\functions\listen.js:44 const listener = new Listener_js_1.Listener(server._handle.fd, {...

windmill app -> next.js app

maybe someone has a complete instruction on how to add windmill app to next.js app ?

Sporadic "Flow result by id in leaf jobs not found at name ..." errors

Sometimes, specifically when running multiple flows at once, some of them fail with errors like this one: `` InternalErr: Error during isolated evaluation of expression results.a`: Not found: Flow result by id in leaf jobs not found at name 0191c7b0-0567-020f-02b5-872fbd9297a1, a...
Next