Steven Moon
Steven Moon
WWindmill
Created by Steven Moon on 7/15/2024 in #help
with concurrent.futures.ThreadPoolExecutor() as executor
Actually this does work! I had a function call that was slowing it down
2 replies
WWindmill
Created by Steven Moon on 7/15/2024 in #help
Dedicated workers and flow user state
I see
4 replies
WWindmill
Created by Steven Moon on 7/15/2024 in #help
Has anyone had success with Azure calling Windmill Webhooks?
I'm trying a different approach using flow triggers and polling the service instead - it looks easier
3 replies
WWindmill
Created by Steven Moon on 6/25/2024 in #help
clear worker queue
it finally chugged through all of them - I could go into each one and cancel, but that was taking forever so I gave up. It's possible that cancelling all of them did work, it just took a really long tim e to cancel all of them... Either way, the only remedy was time - no matter what we could not clear the queue in short order
4 replies
WWindmill
Created by Steven Moon on 6/25/2024 in #help
clear worker queue
there were 186
4 replies
WWindmill
Created by Steven Moon on 5/28/2024 in #help
python old typing library?
agreed - that is one monster requirements file for a project that only uses these imports:
from __future__ import annotations
from typing import Optional
from pydantic import BaseModel, Extra, Field

from setuptools import find_packages, setup
from __future__ import annotations
from typing import Optional
from pydantic import BaseModel, Extra, Field

from setuptools import find_packages, setup
working with them to get this fixed. @rubenf Thanks for your help!
24 replies
WWindmill
Created by Steven Moon on 5/28/2024 in #help
python old typing library?
perfect, thanks
24 replies
WWindmill
Created by Steven Moon on 5/28/2024 in #help
python old typing library?
right, but it's being brought in by one of their dependencies because as soon as I include it in a script it fails.
24 replies
WWindmill
Created by Steven Moon on 5/28/2024 in #help
python old typing library?
They are planning to update their lib to support windmill and get some stuff in the hub.
24 replies
WWindmill
Created by Steven Moon on 5/28/2024 in #help
python old typing library?
awesome, that's what i was thinking as well and communicated my suspicion to the langtrace team yesterday.
24 replies
WWindmill
Created by Steven Moon on 5/5/2024 in #help
Supabase S3 storage
By S3Object, I meant the S3 Storage resource in workspace settings
16 replies
WWindmill
Created by Steven Moon on 5/5/2024 in #help
Supabase S3 storage
16 replies
WWindmill
Created by Steven Moon on 5/5/2024 in #help
Supabase S3 storage
16 replies