Change abandoned boards and inactive accounts schedule to immediate: true, to be run on reload

merge-requests/341/head
Thomas Lynch 2 years ago
parent 0317414eb0
commit f69723e47f
  1. 2
      schedules/tasks/abandonedboards.js
  2. 2
      schedules/tasks/inactiveaccounts.js

@ -38,7 +38,7 @@ module.exports = {
},
interval: timeUtils.DAY,
immediate: false,
immediate: true,
condition: 'abandonedBoardAction'
};

@ -92,7 +92,7 @@ module.exports = {
},
interval: timeUtils.DAY,
immediate: false,
immediate: true,
condition: 'inactiveAccountAction'
};

Loading…
Cancel
Save