@remit/imap-worker 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -129,8 +129,8 @@ if (cluster.isPrimary) {
|
|
|
129
129
|
isShuttingDown = true;
|
|
130
130
|
});
|
|
131
131
|
|
|
132
|
-
// Minimal Lambda Context: `withTelemetry` only reads `functionName
|
|
133
|
-
// it
|
|
132
|
+
// Minimal Lambda Context: `withTelemetry` only reads `functionName`, for the
|
|
133
|
+
// line it logs per invocation; the prod handler never touches the rest.
|
|
134
134
|
const lambdaContext = {
|
|
135
135
|
functionName: `e2e-imap-worker-${queueName}`,
|
|
136
136
|
} as Context;
|