Log read sync and view sync timestamps
This commit is contained in:
parent
5eee11e89c
commit
577d9a41cc
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ export async function runReadOrViewSyncJob({
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const syncTimestamps = syncs.map(sync => sync.timestamp);
|
||||||
|
log.info(
|
||||||
|
`sending ${sendType}(s) for timestamp(s) ${syncTimestamps.join(', ')}`
|
||||||
|
);
|
||||||
|
|
||||||
const timeRemaining = timestamp + maxRetryTime - Date.now();
|
const timeRemaining = timestamp + maxRetryTime - Date.now();
|
||||||
|
|
||||||
const shouldContinue = await commonShouldJobContinue({
|
const shouldContinue = await commonShouldJobContinue({
|
||||||
|
|
Loading…
Add table
Reference in a new issue