Zanie Blue
Zanie Blue
@ChappIO Is a task-based fixed window sufficient for your case? ``` import random import prefect from prefect import Flow, task, Parameter MAX_SIZE = 30 @task def dynamic_list_of_tasks(window_size): size = random.randint(window_size,...
Please don't ping our team directly. We triage handling of these issues internally. As the warning displays, `flow.run()` calls when using the `DaskExecutor` must be guarded by a `__main__` block....
This one is a bit complicated but is on our radar to resolve.
@NoamGit this is unrelated to the error reported in this thread, can you open a new issue?
Yeah this is feasible and something we'll be exploring.
> Automatically adding additional cache validators (all_inputs) to mapped tasks Without looking into the code, I think this is the best option. If a mapped task has `cache_for` set but...
Thanks for the quick response! Okay, what's the benefit of running it as a service? Also, why doesn't the GUI log that it's connecting to the service as it should?
> For security reasons, I want to avoid running the gui process with root privileges that are needed for using OpenVPN for example. Those commands are exposed and handled by...
I actually still have to run the gui as admin even when the service is enabled/running or I get a permission error when trying to open the socket.
The service is running and I start the gui as user ``` mz@mzxps:~/ > sudo systemctl status qomui ● qomui.service - qomui Loaded: loaded (/usr/lib/systemd/system/qomui.service; enabled; vendor preset: disabled) Active:...