You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a job is submitted to Kubernetes multiple pod start messages seem to be triggered for the same pod, there doesn't seem to be any actual duplication of work but the multiple pod start messages can be misleading. This looks like it's coming up here in the worker code https://github.com/PrefectHQ/prefect/blob/main/src/integrations/prefect-kubernetes/prefect_kubernetes/worker.py#L1121-L1136 from this it looks like this message is going to trigger for any event that occurs once the pod is pending up until it's running/failed/etc.
Bug summary
When a job is submitted to Kubernetes multiple pod start messages seem to be triggered for the same pod, there doesn't seem to be any actual duplication of work but the multiple pod start messages can be misleading. This looks like it's coming up here in the worker code https://github.com/PrefectHQ/prefect/blob/main/src/integrations/prefect-kubernetes/prefect_kubernetes/worker.py#L1121-L1136 from this it looks like this message is going to trigger for any event that occurs once the pod is pending up until it's running/failed/etc.
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: