Added retry mechanism for GETs for armRequest workflow

This commit is contained in:
Chuck Skelton
2026-05-27 17:28:29 -07:00
parent 10cda7ba3f
commit 83b4735ee5
7 changed files with 424 additions and 13 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ module.exports = {
},
],
rules: {
"no-console": ["error", { allow: ["error", "warn", "dir"] }],
//CTODO uncomment when console debugging is reverted: "no-console": ["error", { allow: ["error", "warn", "dir"] }],
curly: "error",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-unused-vars": "error",