We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug There are some InvalidOperationExceptions in application logs caused by row 56 in RepositoryValidatorEndpoint.
InvalidOperationException
RepositoryValidatorEndpoint
This is done per instructions here so there is something fusky still going on.
Exception while executing function: RepositoryValidatorTrigger An Orchestration instance with the status Pending already exists.
To Reproduce Didn't find a reliable way to reproduce, but these seems to happen daily. See application insights in production.
Expected behavior There shouldn't be the exceptions in logs. At least these should be changed to warning level
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
There are some
InvalidOperationException
s in application logs caused by row 56 inRepositoryValidatorEndpoint
.This is done per instructions here so there is something fusky still going on.
To Reproduce
Didn't find a reliable way to reproduce, but these seems to happen daily.
See application insights in production.
Expected behavior
There shouldn't be the exceptions in logs. At least these should be changed to warning level
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: