build(operator): console.log
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
705a873d53
commit
a73c98eebe
|
@ -17,6 +17,11 @@ module.exports = Self => {
|
|||
|
||||
const {backupPrinterNotificationDelay} = await models.ProductionConfig.findOne();
|
||||
if (backupPrinterNotificationDelay) {
|
||||
console.log('operator delay:',
|
||||
backupPrinterNotificationDelay,
|
||||
Date.vnNow(),
|
||||
new Date(Date.vnNow() - (backupPrinterNotificationDelay * 1000))
|
||||
);
|
||||
const notifications = await models.NotificationQueue.find(
|
||||
{where: {created: {gte: new Date(Date.vnNow() - (backupPrinterNotificationDelay * 1000))},
|
||||
notificationFk: notificationName,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "salix-back",
|
||||
"version": "24.24.1",
|
||||
"version": "24.24.2",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "Salix backend",
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Reference in New Issue