https://prefect.io logo
#prefect-community
Title
# prefect-community
j

JK

05/13/2022, 3:09 PM
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

Kevin Kho

05/13/2022, 3:12 PM
Is that intermittent? Are you mapping over a lot of Secret pulls?
j

JK

05/13/2022, 3:13 PM
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

Kevin Kho

05/13/2022, 3:16 PM
Is this a Secret task? You can add retries to it
j

JK

05/13/2022, 3:19 PM
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

Kevin Kho

05/13/2022, 3:41 PM
No it is not. There has been some latency with secrets lately
j

JK

05/13/2022, 3:42 PM
Thanks, good to know.
3 Views