Jean Luciano
Jean Luciano
Adds limited support for redis cluster mode. This was done by overwriting a few methods when `RedisSettings` has the new `cluster_mode` flag on.
Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below. It is of course not always possible to reduce...
### Description Migrates to use kubernetes_asynio library in order to have better handling of pod evictions and timing out jobs. ### Example No user facing changes happening. Main bulk of...
## Description Sample flow using our new DuckDB connector. The focus is to show the ease going from running the flow locally to remote sources. ## New Recipe Checklist -...
Ports the changes changes in [PR#15022](https://github.com/PrefectHQ/prefect/pull/15022) to the `Runner`. This let's flows that are deployed by `flow.serve` or the `serve` utility, set and use `Deployment.concurrency_limit` Related: #14934 ### Checklist -...
### Checklist - [x] This pull request references any related issue by including "closes ``" - If no issue exists and your change is not a small fix, please [create...
### Describe the current behavior Today, Prefect users can set concurrency for work pools and/or tags. Work pool concurrency is sufficient for throttling deployment execution in infrastructure with homogenous work....
This PR adds code to check if a work pool has active workers when deploying a flow in order to not display irrelevant informantion to users with an existing setup....
Adds OTEL instrumentation into the task engine so that if a user were to configure application-level telemetry, the task run engine will now emit spans for runs that capture metadata...