Hoping someone has seen this before: We've recentl...
# flyte-connectors
a
Hoping someone has seen this before: We've recently increased the amount of work done in our connectors, and are getting
[1/1] currentAttempt done. Last Error: USER::failed to create task from agent with rpc error: code = Unavailable desc = last resolver error: produced zero addresses
error now. The flyteagent pods appear to be failing readiness check during this scenario. We've scaled out from 3 to 5 replicas, and are not seeing any CPU or memory issues in grafana. Does anyone have any suggestions for knobs to turn or settings to change?
g
what’s the endpoint of your connector in the config
are you using dns:/// or k8s:///
a
<k8s://flyteagent.flyte:8000>
I'm currently trying to understand the impact of increasing the
--worker
count from the default of 10 on the
pyflyte serve connnector
command.