Kevin Grismore
Kevin Grismore
So ACI users can keep metrics, events, and logs after their flows are finished running. Stopped container groups are [not metered for billing](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-faq#do-i-stop-being-charged-when-my-containers-are-stopped-). ### Example ### Checklist - [ ]...
Since `Resuming` is just a `Scheduled` state for flow runs that have been suspended, they have no associated infrastructure and should transition directly from `Cancelling` to `Cancelled`. ### Example ###...
Closes #12310 ### Example ### Checklist - [ ] This pull request references any related issue by including "closes ``" - If no issue exists and your change is not...
### Example ### Checklist - [ ] This pull request references any related issue by including "closes ``" - If no issue exists and your change is not a small...
I conducted the following test on both a local k8s cluster and a GKE cluster: - Create a k8s worker from the [2-python3.11-kubernetes](https://hub.docker.com/layers/prefecthq/prefect/2-python3.11-kubernetes/images/sha256-1342a942e256775c379a2c2c1b141ed681cbf03c70ee185b8db43d3739925603?context=explore) image (prefect 2.16.0) - Create 4 deployments,...
### Bug summary Flow run containers never exit when using `jaydebeapi`, even when manually closing and deleting connections. Network information on containers indicate the connection is still open. ```python import...
### Describe the current behavior A user cannot customize the current 12-hour clock displays for times in the UI. ### Describe the proposed behavior A user should be able to...
### Bug summary Deploy a flow to a work pool. Then serve that flow with the same flow and deployment name. The deployment will still be affiliated with its work...
### Describe the current behavior `schedules` cannot be provided as deployment step outputs because `prefect deploy` constructs and validates them before the running of steps and template resolution occurs. ```...
There's already a work in progress PR for this, #251. Opening an issue for consistent tracking of resource additions.