Steven Moon
Steven Moon
WWindmill
Created by Steven Moon on 7/16/2024 in #help
how do I use the result of the last step of a for loop in the next iteration?
I have read and re-read the docs, asked AI, etc. It seems like it should be so obvious, but I can't pass a value from the last step in a for loop's iteration to the first step in the next iteration. I was using flow state, but that doesn't work in a dedicated worker. What am I missing?
4 replies
WWindmill
Created by Steven Moon on 7/15/2024 in #help
with concurrent.futures.ThreadPoolExecutor() as executor
Is it possible to have a script launch subprocesses (API calls) from the thread pool?
2 replies
WWindmill
Created by Steven Moon on 7/15/2024 in #help
Dedicated workers and flow user state
I have a flow on a dedicated worker. However, I cannot get wmill.get_flow_user_state (both get and set) to work. get always returns None. It works fine on a regular worker.
4 replies
WWindmill
Created by Steven Moon on 7/15/2024 in #help
Has anyone had success with Azure calling Windmill Webhooks?
No description
3 replies
WWindmill
Created by Steven Moon on 6/25/2024 in #help
clear worker queue
No description
4 replies
WWindmill
Created by Steven Moon on 5/28/2024 in #help
python old typing library?
I'm trying to get langtrace (https://github.com/Scale3-Labs/langtrace-python-sdk) running and whenever I import it I get this error. It's been 5 hours of debugging. I don't understand how to update the typing lib to > 3.8 (I think that's the issue?) Any ideas?
ExecutionErr: ExitCode: 1, last log lines:
ll/__init__.py", line 1, in <module>
from .client import *
File "/tmp/windmill/cache/pip/wmill==1.338.1/wmill/client.py", line 13, in <module>
from typing import Dict, Any, Union, Literal
File "/tmp/windmill/cache/pip/typing==3.7.4.3/typing.py", line 1359, in <module>
class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
File "/tmp/windmill/cache/pip/typing==3.7.4.3/typing.py", line 1007, in __new__
self._abc_registry = extra._abc_registry
^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'Callable' has no attribute '_abc_registry'
ExecutionErr: ExitCode: 1, last log lines:
ll/__init__.py", line 1, in <module>
from .client import *
File "/tmp/windmill/cache/pip/wmill==1.338.1/wmill/client.py", line 13, in <module>
from typing import Dict, Any, Union, Literal
File "/tmp/windmill/cache/pip/typing==3.7.4.3/typing.py", line 1359, in <module>
class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
File "/tmp/windmill/cache/pip/typing==3.7.4.3/typing.py", line 1007, in __new__
self._abc_registry = extra._abc_registry
^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'Callable' has no attribute '_abc_registry'
24 replies
WWindmill
Created by Steven Moon on 5/5/2024 in #help
Supabase S3 storage
No description
16 replies