Zanie Blue
Zanie Blue
Hi! It looks like you're using the old "web hooks" interface. I'd recommend using automations instead: https://cloud.prefect.io/?automations
Please provide more descriptive issues in the future, it's a lot of work for maintainers to read a long thread like that. For others, the issue is that it is...
Hi, this appears to be set to the value of https://github.com/PrefectHQ/server/blob/master/src/prefect_server/config.toml#L21-L22 per https://github.com/PrefectHQ/server/blob/7e059924939458b91536ab43799987bbb4b42b11/src/prefect_server/api/cloud_hooks.py#L260-L263 which does indeed appear to be incorrect. You could override it with `PREFECT_SERVER__API__URL=foo` but that may break...
Thanks for the report! Happy to review a fix for this.
I believe your database performance will be degraded if you place large state results in there. Can you use [result persistence](https://docs.prefect.io/core/concepts/results.html#pipeline-persisted-results) so the data on the state is only a...
Ah yes, there's a similar issue at https://github.com/PrefectHQ/prefect/issues/4985 Large parameters will definitely impact performance. I think all parameters are passed alongside every task in the context, which can become an...
After examining this again, I do not believe we should change the default since it would require the use of atypical ports for the services. I think it's reasonable to...
Hey! I was looking into this and it's definitely feasible to make `parametrize` take a callable for `ids` but it's not clear how that would address this issue. It seems...
So I actually just cloned the code and built on linux successfully. The following was necessary: 1. I had to install some dependencies manually 2. I added linux to the...
Yeah I'd be interested in working on this, let me figure out what's up with the dependency installation.