fooosieee
fooosieee
WWindmill
Created by SpookyBiscuit40 on 12/10/2024 in #help
Python Import Error
you can use extra_requirements for that like this:
# extra_requirements:
# aiodns
# extra_requirements:
# aiodns
3 replies
WWindmill
Created by fooosieee on 11/30/2024 in #help
Python pycache
ehm im loading python library private repository its quite big, just to load start main takes 20sec,
6 replies
WWindmill
Created by fooosieee on 11/30/2024 in #help
Python pycache
someone? 😦
6 replies
WWindmill
Created by fooosieee on 11/30/2024 in #help
Python pycache
@rubenf or someone else some comments? 😄
6 replies
WWindmill
Created by Elber Domingos on 10/23/2024 in #help
Weird script python problem
lib version same and python version same? python sometimes make really weird things. what i see u dont use requirements nor extra_requirements... i would always use extra_requirements and fix the lib version. just in case 😄 python from 3.8 to 3.12 has a lot of breaking changes including there libs
12 replies
WWindmill
Created by Bjarne on 11/25/2024 in #help
Python requirement issues
use extra_requirements
20 replies
WWindmill
Created by fooosieee on 11/22/2024 in #help
API for create new Resources and ResourceType
AWESOME thank
6 replies
WWindmill
Created by fooosieee on 11/22/2024 in #help
API for create new Resources and ResourceType
@rubenf any chance to get the json file?
6 replies
WWindmill
Created by fooosieee on 11/22/2024 in #help
API for create new Resources and ResourceType
oh men was looking for this ❤️ THANKS!!!!!
6 replies
WWindmill
Created by chrsch on 11/22/2024 in #help
import workplace script in inline skript
at docs: https://www.windmill.dev/docs/advanced/sharing_common_logic it should be: import u.chrsch.useful
3 replies
WWindmill
Created by Bravo on 11/17/2024 in #help
for loop unresponsive in a flow
batch it in sizes lets 250k / 10 workers so u have one batch size 25k items then iterate it for loop with 25k items per iteration ill did tat with millions of data sets
3 replies
WWindmill
Created by fooosieee on 11/15/2024 in #help
Install from private repo python dep
lol yeah somehow windmill internal requirements and extra_requirements dont wanna install
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
this installed it
2 replies
WWindmill
Created by fooosieee on 11/13/2024 in #help
When Webhook get triggered?
@rubenf can help?
2 replies
WWindmill
Created by Bilge on 11/12/2024 in #help
Worker on demand
but if u wanna scale down to 0 just shutdown entire stack and then use lambda or anything boot it up if u dont need a worker u dont the stack
7 replies
WWindmill
Created by Bilge on 11/12/2024 in #help
Worker on demand
make sure u put enough worker on the server
7 replies
WWindmill
Created by Bilge on 11/12/2024 in #help
Worker on demand
u can use aws auto scaling
7 replies
WWindmill
Created by Bilge on 11/9/2024 in #help
What is the difference between a worker and a native worker?
have all the same environment as forked workers ya?
18 replies
WWindmill
Created by Bilge on 11/9/2024 in #help
What is the difference between a worker and a native worker?
so gonna be faster executed theoretically?
18 replies