You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localLogger.debug({context: 'processCreate',message: `retry: ${retry} for ${originalPayload.id} exceeds the max retry: ${config.MAX_RETRY} - ignored`})
58
+
localLogger.debug({context: 'scheduleRetry',message: `retry: ${retry} for topic: ${originalTopic} id:${originalPayload.id} exceeds the max retry: ${config.MAX_RETRY} - ignored`})
56
59
return
57
60
}
58
-
localLogger.debug({context: 'processCreate',message: `retry: ${retry} for ${originalPayload.id}`})
61
+
62
+
localLogger.debug({context: 'scheduleRetry',message: `retry: ${retry} for topic: ${originalTopic} id: ${originalPayload.id}`})
0 commit comments