feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint

This commit is contained in:
Dave
2025-11-04 11:45:54 -05:00
parent ea14606538
commit eeb685802e
4 changed files with 238 additions and 41 deletions

View File

@@ -15,7 +15,9 @@ async function QueryJobData(ctx = {}, jobId) {
try {
const hit = await redisHelpers.getJobFromCache(jobId);
if (hit) return hit;
} catch {}
} catch {
//
}
}
if (typeof redisHelpers.fetchJobById === "function") {
const full = await redisHelpers.fetchJobById(jobId);