by bihla on 11/8/21, 7:39 PM with 6 comments
We migrated away from Github Actions due to repeated outages. Now we are on CircleCi which–you guessed it–is down right now.
Is there a more reliable service? Our pipelines have been pretty set-and-forget, so the top priority is just consistency and reliability. Trying to evaluate service reliability based solely on company status pages seems unreliable because it depends on the reliability of the company's own reporting, so I am not sure how to find the most reliable option.
What do you all do? Is there a better service out there? Do you maintain some kind of backup solution?
by olafmol on 11/16/21, 9:54 PM
There is Runner that lets you spin up your own instances: https://circleci.com/docs/2.0/runner-overview/ and you could also go "Server" which let's you run CircleCI completely on your own infra, not only the runners: https://circleci.com/docs/2.0/server-3-overview/
Let me know if you have any more questions, happy to help.
by Jugurtha on 11/8/21, 7:42 PM
by ankitdce on 11/8/21, 7:47 PM
by verdverm on 11/8/21, 8:56 PM
It has a lot of use inside bigger orgs.