mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
Update time for resetAllData()
This commit is contained in:
parent
5d47d3506b
commit
902003ca91
@ -21,8 +21,8 @@ export default class userLevels extends Schema {
|
|||||||
this._content = Schema;
|
this._content = Schema;
|
||||||
}
|
}
|
||||||
async resetAllData(){
|
async resetAllData(){
|
||||||
// Every 1st of January at 00:00
|
// Every 1st of January at 11:00 (Midnight in London, 11AM in Sydney)
|
||||||
cron.schedule('0 0 1 1 *', async()=>{
|
cron.schedule('0 11 1 1 *', async()=>{
|
||||||
Logger.forwardToConsole('log', 'Cron', 'Running job "resetAllData", this is activated every 1st of January');
|
Logger.forwardToConsole('log', 'Cron', 'Running job "resetAllData", this is activated every 1st of January');
|
||||||
const countDataBeforeReset = await this._content.countDocuments();
|
const countDataBeforeReset = await this._content.countDocuments();
|
||||||
Logger.forwardToConsole('log', 'Cron:resetAllData', `Counted ${countDataBeforeReset.toLocaleString()} documents before reset`);
|
Logger.forwardToConsole('log', 'Cron:resetAllData', `Counted ${countDataBeforeReset.toLocaleString()} documents before reset`);
|
||||||
|
Loading…
Reference in New Issue
Block a user