We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fd244 commit 4b7e26dCopy full SHA for 4b7e26d
importer-api/src/scheduler.js
@@ -29,7 +29,7 @@ const fetchBy = async (api, url, ordinal, customRequest, limit = 1000, query) =>
29
}
30
31
const createBMQJobs = async (channel, entities) => {
32
- logger.info(`Creating BMQ jobs for ${JSON.stringify(channel, null, 2)}`)
+ logger.info(`Creating BMQ jobs for ${channel}`)
33
await queue.addBulk(
34
entities.map(entityChunk => ({
35
name: channel,
0 commit comments