Comment on Cloudfare outage post mortem
Thallium_X@feddit.org 1 day 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 1 day 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 1 day ago
Exactly,
while True: try: main(); except: pass;