Merge branch 'main' into nsc/job-priority

This commit is contained in:
Nicolas
2024-08-27 15:01:58 -03:00
36 changed files with 1341 additions and 137 deletions
+2
View File
@@ -119,6 +119,7 @@ if (cluster.isMaster) {
waitingJobs,
});
} catch (error) {
Sentry.captureException(error);
Logger.error(error);
return res.status(500).json({ error: error.message });
}
@@ -170,6 +171,7 @@ if (cluster.isMaster) {
}, timeout);
}
} catch (error) {
Sentry.captureException(error);
Logger.debug(error);
}
};