new(all): Paralel bot loading.
This commit is contained in:
parent
16801fcb6c
commit
c7e51335d5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ export class ScheduleServices extends GBService {
|
||||||
}
|
}
|
||||||
|
|
||||||
private ScheduleItem(item: GuaribasSchedule, min: GBMinInstance) {
|
private ScheduleItem(item: GuaribasSchedule, min: GBMinInstance) {
|
||||||
GBLog.info(`\nScheduling ${item.name} on ${min.botId}...`);
|
GBLog.info(`Scheduling ${item.name} on ${min.botId}...`);
|
||||||
try {
|
try {
|
||||||
const options = {
|
const options = {
|
||||||
scheduled: true,
|
scheduled: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue