Commit e5c9ba36 authored by 姜登's avatar 姜登

nodelimit

parent e668f9e2
Pipeline #7115 passed with stage
in 12 seconds
...@@ -24,8 +24,8 @@ module.exports = { ...@@ -24,8 +24,8 @@ module.exports = {
notifyMap.set(customer.appKey, { notifyUrl: customer.callBackUrl }); notifyMap.set(customer.appKey, { notifyUrl: customer.callBackUrl });
} }
}); });
ctx.app.notifyMap = notifyMap;
} }
ctx.app.notifyMap = notifyMap;
// console.log(await ctx.helper.sendMsg({ message: 'test' })); // console.log(await ctx.helper.sendMsg({ message: 'test' }));
} catch (e) { } catch (e) {
ctx.logger.error('【schedule/notifyUrlTask】catch error:', JSON.stringify(e)); ctx.logger.error('【schedule/notifyUrlTask】catch error:', JSON.stringify(e));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment