Comprehensive and Detailed Explanation From Exact Extract:
Known workarounds represent toil that has no enduring value, one of the key characteristics of toil defined by the SRE framework.
From the Site Reliability Engineering Book, Chapter “Eliminating Toil”:
“Toil is work that is manual, repetitive, automatable, tactical, has no enduring value, and scales linearly with service size.”
Known workarounds fit this definition because:
They solve the same recurring problems repeatedly
They do not permanently fix the underlying issue
They consume engineer time without contributing long-term improvements
These activities lack enduring value and should be eliminated through automation or engineering fixes.
Why the other options are incorrect:
A. Linear scaling — Many forms of toil scale linearly, but this does not specifically describe workarounds.
B. Tactical — Tactical means short-term, but not all tactical work is a workaround.
C. Automatable — While some workarounds can be automated, not all are.
D. No enduring value — This is the defining trait of workaround-type toil.
Therefore, option D is correct.
[References:, Site Reliability Engineering Book, “Eliminating Toil”, SRE Workbook, “Toil Reduction Strategies”, , ]
Submit