The ability of a computer, machine, electronic system or network to maintain limited functionality even when a large portion of it has been destroyed or rendered inoperative.
If the search index is down, show 'Recent Items' list instead of a 500 error.
class GracefulDegradation:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Graceful Degradation')