After creating a repo with the create_repo method, I can’t see it appear in the rhodecode web interface, and I think that calling further methods on the new repo also failed. It seems that there’s some delay, because a few hours later the repo was visible and usable.
I had a similar problem before when using update_repo to move a repo to a new repo group, but in that case I seemed to solve it by running invalidate_cache. But after create_repo, even running invalidate_cache and maintenance makes no difference: the repo is still not available.
Is the repo creation handled asynchronously? Is there a way to prompt it by script, or at least wait for it?
Rhodecode version: 5.5.2