Windmill

W

Windmill

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

Join

help

general

changelog

any recommendations for python scripts

any recommendations for python scripts throwing "RuntimeError: can't start new thread"? i thought about reducing the number of workers on each server (some have 8). but maybe there is a better way like increasing limits?

I'm working on using windmill as our

I'm working on using windmill as our platform for all integrations of our ERP with external APIs. We need to integrate with stripe for credit card processing. We want to use the stripe checkout form, which means redirecting to their URL after running some code to create the checkout session. I built a script that is triggered at this URL: https://app.windmill.dev/api/w/velvac-ifs-integrations/jobs/run_wait_result/p/f/stripe/internal_checkout With token-in-query, I should be able to just hit this from a link in the browser. But since I do not have access to the response object in that typescript function, I do not see how I can redirect to the URL for the stripe checkout. Is there a way to get access to the response object so I can do a redirect?...

Hi, I have a script that is suddenly

Hi, I have a script that is suddenly failing quite often with the error
ExecutionErr: error during execution of the script: process terminated by signal: Some( 9, ), stopped_signal: None, core_dumped: false...

Hi, I think the ActiveDirectory module

Hi, I think the ActiveDirectory module is only available on windows and can't be installed on other platforms. Depending on what your need is, you might find alternative modules available on PSGallery (e.g. AzureAD)

i have the following use case

i have the following use case in a flow i have two consecutive scripts: 1. fetch auth token (cached for 1 hour) 2. do request with auth token...

@Lysanleo on EE we have a new way to use

@Lysanleo on EE we have a new way to use local codebases which use a bundler under the hood

@Alper we expose prometheus metrics and

@Alper we expose prometheus metrics and those should be inferrable from those but note that this quarter we are working on a big push to observability which those kind of alerts would be part of

can you try on another smaller workspace

can you try on another smaller workspace to see if it's workspace specific

relative imports in python

@Ask Inkeep relative imports in python

how do you set and get flow user states

@Ask Inkeep how do you set and get flow user states

Is it possible to have a for or while

Is it possible to have a for or while loop in a flow that feeds the result of the previous iteration into the next iteration? I basically have a list of transformations to apply on the initial input data. Each iteration takes the previous result and applies the next transformation....

datetime

continuing in thread

Create a flow that has these flows as

Create a flow that has these flows as steps

soon will replace me but not today

soon @Ask Inkeep will replace me but not today

They have not been pushed to the hub yet

They have not been pushed to the hub yet

Not at the moment, what is missing?

Not at the moment, what is missing?

ok I see it in the logs when the worker

ok I see it in the logs when the worker starts up: init_bash: Some("pwsh -Command 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted' \n pwsh -Command 'Install-Module Posh-SSH -Repository PSGallery -Verbose -Force'")

you're missing a library, need to use init script or modify the image

you're missing a library, need to use init script or modify the image. you can @Ask Inkeep about it

I have a Powershell script that returns

I have a Powershell script that returns data that I convert to Json. However when I "Write-Host $results" all that appears in the results window is a single "]". Any thoughts?

approval step enum error

@aleph I really can't reproduce