I'm running into an issue with my worker implement...
# ask-community
d
I'm running into an issue with my worker implementation where it seems to immediately abort the flow due to the fact the flow shows as a pending state as shown below. It almost looks like it could be related to this issue, however based one the timestamps shown below it's not even taking as long as the default value of 60 seconds on the
PREFECT_API_REQUEST_TIMEOUT
.
Further context: this flow was originally an Agent/Worker implementation that I just transitioned to Worker/Work Pool. Its on our k8s infra as well