Started work on schedule archiving.
This commit is contained in:
parent
a41541d07b
commit
c8cd336c91
2 changed files with 113 additions and 25 deletions
|
|
@ -137,7 +137,7 @@ module.exports = class{
|
|||
});
|
||||
|
||||
//Get schedule as a temporary array
|
||||
const queue = Array.from(this.channel.queue.schedule);
|
||||
const queue = await this.channel.queue.prepQueue(chanDB);
|
||||
|
||||
//Get schedule lock status
|
||||
const queueLock = this.channel.queue.locked;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue