Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bb7f3b8

Browse files
Fix error with a log
1 parent 83d0251 commit bb7f3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ async function processCreateRecord (record, failedRecord, organizationId) {
241241
async function processCreate (message) {
242242
const { status } = message.payload
243243

244-
logger.info(`Concurrency count set at ${config.PROCESS_CONCURRENCY_COUNT} with type ${typeof config.process.env.PAUSE_AFTER_REQUEST}`)
244+
logger.info(`Concurrency count set at ${config.PROCESS_CONCURRENCY_COUNT} with type ${typeof config.PROCESS_CONCURRENCY_COUNT}`)
245245

246246
if (status === 'pending') {
247247
try {

0 commit comments

Comments
 (0)