-
@tohuynh - I tried to bump a few versions of prefect to resolve the action error in the manual link checker...
The dilemma is this:
- Prefect 1.X throws an error with Python 3.8
- Bumping the…
-
### Describe the current behavior
Currently, Prefect uses the [websockets](https://websockets.readthedocs.io/en/stable/) package to facilitate sending events to the server. [A known limitation](https…
-
### Bug summary
I set up a self-hosted Prefect server using [the Prefect server Helm chart](https://artifacthub.io/packages/helm/prefect/prefect-server)
The image needs to be manually specified, s…
-
### Describe the current behavior
Assume I have two deployments in my `prefect.yaml`:
```
name: importers
deployments:
- name: deployment-1
entrypoint: one.py:flow
- name: deployment-2
…
-
### Bug summary
When multiple Prefect flows start simultaneously using an ECS work pool, they attempt to register a new AWS task definition at the same time. This leads to a ClientException with the …
-
Prefect has built-in support for retrying failed tasks: https://docs.prefect.io/2.10.12/tutorial/flow-task-config/#flow-and-task-retries
This could be handy in case there are networking issues or dat…
-
### Describe the current behavior
Currently when using prefect file for deploying deployments to Prefect Server, all template variables (`{{ }}`) are evaluated at deploy time. This behavior does no…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this featu…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this featu…
-
It would be nice to add support for [topology-spread-constraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) to spread pod across different nodes and zones. …