Skip to content
New issue

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

Clear position on resilience of SaaS engineering tooling #252

Open
andyblundell opened this issue Apr 14, 2022 · 1 comment
Open

Clear position on resilience of SaaS engineering tooling #252

andyblundell opened this issue Apr 14, 2022 · 1 comment
Assignees

Comments

@andyblundell
Copy link
Contributor

For example, if using a SaaS tool for static-code analysis, it's unlikely to be ok for an outage on that SaaS product to break your pipelines such that you can't update your product.

Clearly there are options here, including:

  1. Simple & documented process to disable certain pipeline steps so that the SaaS outage in question can be worked around
  2. Running a self-hosted equivalent of that SaaS product as a backup

... and what makes sense will clearly depend on the impact of any outage, the criticality of that SaaS tool, the SLA of the service, etc, etc.

@andyblundell
Copy link
Contributor Author

Should probably be referenced in the resilience section, the outsource-from-the-bottom-up section, and the CI section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants