feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user