Hi all. Ever since we started using Prefect Cloud,...
# prefect-community
c
Hi all. Ever since we started using Prefect Cloud, we have been making use of Prefect Secrets and using them across the board on almost all our flows. We have been encountering an intermittent error that happens on almost any of the flows at a random basis. Some flows don't use
PrefectSecret
explicitly but make use of secrets in other ways, such as
Git
storage
git_clone_url_secret_name=<secret_key>
. The error is the following:
ClientError([{'path': ['secret_value'], 'message': 'An unknown error occurred.', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}])
The error is very vague and it's very difficult to understand what the error is exactly. Any help is appreciated, this is affecting our production workflows that sometimes take hours to run.
👍 1
a
I forwarded the issue to the team and we will investigate, thanks for reporting that
👍 2