Earlier quoted context omitted.
s/sensible/sensitive/ Would this be a place where a plan hint would help? It seems like having to re-analyze would mean that this is just a matter of time before it becomes problematic again.
> s/sensible/sensitive/ Thanks :) > Would this be a place where a plan hint would help? It is one option to consider (I wrote about it last week: https://gitlab.com/gitlab-com/gl-infra/production/-/issues/3... ), but it is not an ideal solution, for several reasons. Re-analyze is not the solution either, but as a short-term measure, cron-ed ANALYZEs will be run. Longer term, apart from refactoring some queries which…
Gitlab.com was experiencing elevated error rates for Git, Web, and API
91–94 of 94 posts
Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API
#92Earlier quoted context omitted.
If you want transparent failover you need to use your own domain for the repo URL. In case of a failure you (or some automatic job) would have to change the DNS record. Gitlab has a repo mirroring feature [1]. But of course you'd also need to sync users public keys. Downtimes are so infrequent and relatively short that this isn't worth the effort for me. You can instead set up a read-only mirror so people can at leas…
Thanks this is useful to know > Downtimes are so infrequent and relatively short that this isn't worth the effort for me. That's essentially the same conclusion I keep coming too, occasionally it has hit me when I go to push something but rarely has it blocked me or anyone else from continuing to work. > You can instead set up a read-only mirror so people can at least still pull and browse the code Yeah, this I need…
Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API
#93Earlier quoted context omitted.
We are using bitbucket atm and I can't fathom a reason to move, care to elaborate?
mainly for DevOps related features. https://about.gitlab.com/devops-tools/bitbucket-vs-gitlab/ ( marketing page, but mostly valid points )
Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API
#94Earlier quoted context omitted.
We are using bitbucket atm and I can't fathom a reason to move, care to elaborate?
mainly for DevOps related features. https://about.gitlab.com/devops-tools/bitbucket-vs-gitlab/ ( marketing page, but mostly valid points )