Alex Streed
Alex Streed
Now that integrations docs are colocated with the core docs, we need to update the docs URL with each block to point to the core docs.
Add a `wait` utility that mirrors `concurrent.futures.wait`. Should accept an iterable of futures to wait for completion and a timeout. It should return a tuple of futures that have completed...
Add a wait utility that mirrors concurrent.futures.as_completed. Should accept an iterable of futures to wait for completion and a timeout. It should act as a generator and yield futures as...
We've seen scenarios with task workers where a task worker will hang because all the capacity limiter slots are taken up with tasks that are waiting for upstream dependencies. The...
### First check - [X] I am a contributor to the Prefect codebase ### Description Example failure: https://github.com/PrefectHQ/prefect/actions/runs/9616387644/job/26526652959?pr=14222 Appears to only flake in SQLite tests ### Impact _No response_ ###...
### Describe the current behavior Prefect servers currently set all `allow` headers to `*` and do not allow users to change the value. ### Describe the proposed behavior Add settings...
### Current behavior Transactions only operate at the `READ_COMMITTED` isolation level with no locking for different transactions operating on the same transaction record. This can lead to consistency and idempotency...
This PR adds four new settings models: - `ServerSettings` - `ServerAPISettings` - `ServerDatabaseSettings` - `ServerEphemeralSettings` In general, many settings previously in the `PREFECT_API_` namespace will move under the `ServerSetting` model....
This PR adds four new settings models: - `FlowsSettings` - `ResultsSettings` - `RunnerSettings` - `RunnerServerSettings` All names to set settings stay the same except for the following: - `PREFECT_FLOW_DEFAULT_RETRIES` is...
### Checklist - [ ] This pull request references any related issue by including "closes ``" - If no issue exists and your change is not a small fix, please...