|
You are here |
blog.healthchecks.io | ||
| | | | |
blog.ian.stapletoncordas.co
|
|
| | | | | ||
| | | | |
www.paepper.com
|
|
| | | | | When you are prototyping and developing small scripts that you keep running, it might be annoying that they quit when an error occurs. If you want very basic robustness against these crashes, you can at least use a bash script to automatically restart your script on error. The tool to use here is called until and makes this a breeze. Let's use a dumb example Python script called test.py: import time while True: print('Looping') time.sleep(5) raise Exception('Exception in loop') It is in a loop and crashes every 5 seconds, so we can verify that our restart procedure works as expected. | |
| | | | |
www.basicinputoutput.com
|
|
| | | | | An analysis of build reporting in the UEFI BIOS EDK2 build system. | |
| | | | |
thisweekatthelibrary.blogspot.com
|
|
| | | Citizens: a Chronicle of the French Revolution © 1989 Simon Schama 948 pages Aux armes, citoyens, Formez vos bataillons, Marchons, ma... | ||