Hugo C.
Hugo C.
WWindmill
Created by Chris @ Konnect3d on 8/28/2024 in #help
Failed to request tarball from API Bad RequestSql error (RESOLVED)
on it
11 replies
WWindmill
Created by kimsia on 7/30/2024 in #help
[Solved] Browser automation self-hosted: python example for initial login
nice! sorry hadn't had time to look at it
14 replies
WWindmill
Created by kimsia on 7/30/2024 in #help
[Solved] Browser automation self-hosted: python example for initial login
for your use case, you could try using an approval step in a flow, but you need to find a way to save the browser state in the first step so that you can restart from there in the next step
14 replies
WWindmill
Created by kimsia on 7/30/2024 in #help
[Solved] Browser automation self-hosted: python example for initial login
I will investigate tomorrow, typescript should work though
14 replies
WWindmill
Created by kimsia on 7/30/2024 in #help
[Solved] Browser automation self-hosted: python example for initial login
you can uncomment windmill_worker_reports inside the docker compose, it's a worker with the worker group chromium which will install chromium on start
14 replies
WWindmill
Created by kimsia on 7/30/2024 in #help
[Solved] Browser automation self-hosted: python example for initial login
Do you have a worker with chromium installed ?
14 replies
WWindmill
Created by BestCareAnyLea on 7/16/2024 in #help
Aggregate functions unsupported type MYSQL_TYPE_NEWDECIMAL
hi @BestCareAnyLea, what windmill version are you on? we did add support for it a few months back
5 replies
WWindmill
Created by invakid404 on 7/22/2024 in #help
PHP scripts are slow to run
Composer install is run on each run using the composer lockfile which is generated on deployment. We use standard composer caching (cache folder is /tmp/windmill/cache/composer) and you will get speed gain if the package is already in there. You can test that by running rm -rf /tmp/windmill/cache/composer/files/willdurand inside the worker containers (which should make the script >2x slower). The script is still "slow" because of the composer install but the packages are cached. Bun caching is better optimized and allows us to skip bun install. We might consider in the future to do something similar for php/composer (cc @rubenf wdyt?)
14 replies