Hello, have been seeing this problem intermittentl...
# ask-community
j
Hello, have been seeing this problem intermittently, any ideas? Prefect endpoint returning 500?
Copy code
prefect.exceptions.ClientError: [{'path': ['secret_value'], 'message': 'No value found for the requested key ("xxx") in tenant xxx', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
k
Is that intermittent? Are you mapping over a lot of Secret pulls?
j
It’s really intermittent… to the extent that I just set up a different flow that would run every 5mins to test pulling secrets, so far in two days, 100% success rate.
And as far as number of secret pulls, not really, only two.
k
Is this a Secret task? You can add retries to it
j
Good idea, thanks.
Is this the first that you have heard of this? Curious on what you think it could be, network connectivity? We’re running it on GKE…
k
No it is not. There has been some latency with secrets lately
j
Thanks, good to know.