oneuptime/Probe
Simon Larsen cc3f003be5
refactor: Improve error handling in FetchListAndProbe
This commit refactors the FetchListAndProbe class to improve error handling. It adds try-catch blocks around the main logic and logs any errors that occur using the logger. Additionally, it includes a catch block to handle any errors thrown during the fetchListAndProbe function. This change ensures that errors are properly handled and logged, preventing potential issues with the monitoring process.
2024-07-04 22:22:37 +01:00
..
Jobs refactor: Improve error handling in FetchListAndProbe 2024-07-04 22:22:37 +01:00
Services chore: Update probeKey type to string in CustomProbeDocumentation and ProbeView components 2024-07-01 20:00:16 +01:00
Tests/Utils refactor: Update import statement for jest in setupTest.js 2024-06-14 14:11:32 +01:00
Utils refactor: Update failureCause message in PingMonitor.ts 2024-06-21 13:59:45 +01:00
.gitattributes add gitignore files 2023-05-02 16:09:04 +01:00
.gitignore add gitignore files 2023-05-02 16:09:04 +01:00
Config.ts refactor: Update PROBE_MONITOR_FETCH_LIMIT default value to 10 2024-07-04 21:05:03 +01:00
Dockerfile.tpl refactor: Update import statements for TimezoneUtil in multiple files 2024-06-18 11:35:04 +01:00
Index.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json add probe docker file 2023-05-02 15:29:22 +01:00
package-lock.json fix: upgrade playwright from 1.44.0 to 1.44.1 2024-06-14 05:19:10 +00:00
package.json fix: upgrade playwright from 1.44.0 to 1.44.1 2024-06-14 05:19:10 +00:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00