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
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....
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?