John Riebold

Results 13 comments of John Riebold

This is an issue for us as well, as our whole organization has just switched to SSO.

We've been seeing this behavior as well. Occasionally we'll have an HR fail for some reason or another (e.g. the service took too long to startup and we didn't have...

It didn't work for me either. I'm still using an old copy of Flux 0.16.1 to manually trigger reconciliation of failed HRs. Removing the HR is not an option, as...

Thanks for the suggestions, @OtherBarry. I suspected that that was the case as well, since returning `Schema`s directly isn't something I've seen in the docs, and in the code I...

I haven't, but thanks for the suggestion. I'll give that a try and report back.

Ok, tried that out basically exactly as you suggested, and while it did improve the response time, it's still approximately 3x slower than with Django-Ninja

There shouldn't be, since the validation is just standard Pydantic stuff (max length, etc.).

I think that's unlikely, since the endpoint code is the same when I'm testing with the two versions. I'm using `select_related()` for all three tables that are being joined, and...

Is this fix actually working for anyone? Because even with v5.8.1 I'm getting the same `ErrObjectNotFound` any time a commit is pushed to a branch in a shallow-cloned repo.