I would like to create an auto-retry system in my application. Here, I have my try-catch, preceded by a label :
scrape: try { // my long code } catch (Thr