Comment on Cloudfare outage post mortem
Thallium_X@feddit.org 4 months agoAs a next step they should have wrapped everything in a true(while) loop so it automatically restarts and the program never dies
Comment on Cloudfare outage post mortem
Thallium_X@feddit.org 4 months agoAs a next step they should have wrapped everything in a true(while) loop so it automatically restarts and the program never dies
panda_abyss@lemmy.ca 4 months ago
Exactly,
while True: try: main(); except: pass;