-
### Bug summary
I recently upgraded to Prefect v3. I have some runs which run daily and Prefect creates scheduled runs such that there are always 3 in the future. With the transition, these daily run…
-
## Summary
In https://github.com/PrefectHQ/prefect-helm/issues/336, we found that the database configuration was centralized within PostgreSQL - meaning database configuration couldn't be provided …
-
### Bug summary
When trying to define headers for a `CustomWebhookNotificationBlock` in the UI, the field is not editable (first image). This is the same for query params, cookies, form data, and jso…
-
### Bug summary
Pleading for help !
OS:Windows 10 Chinese Simplified Chinese
flow completed after Exception :
```
Disposed the engine. 06:51:30 PM
prefect.flow_runs
Finished in state Com…
-
### Bug summary
I am converting a command line data pipeline to a prefect flow and am trying to get logging to work as expected.
I was discussing this with Chris White here: https://prefect-communit…
-
### Bug summary
I am trying to use a class and class method as indicated in the [documentation](https://docs.prefect.io/3.0/develop/write-flows#class-methods) to create a flow:
```python
from…
-
A persistent pain point for Pangeo cloud users is the need for _non-interactive, batch-style processing_. We have discussed this at many times in many different contexts. Basically, after prototyping …
-
### Bug summary
A “Failed to delete Flow Run” error is received on the UI Runs page and clicking the delete icon button (see screenshot below).
Typically, only between one and a few of the selecte…
-
### Bug summary
Deleting a deployment does not always delete all the scheduled runs that correspond to this deployment.
If runs are not deleted, the system tries to execute them and falls into an i…
-
### Bug summary
We have a production workflow that will perform massive backfills againt an external api.
For this it generates up to tens of thousands of asynchronous task runs in a flow run.
A…