We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在schedule.ts中如何添加多用户或者不同时间多次推送
定时任务配置 中我尝试多写了一组{}包括的内容会造成无法运行
export const SCHEDULE_CONFIG: Schedule[] = [ { nick: 'A', token: 'AAAAAA', cron: '0 0 9 * * ?', taskConfig: [true, true, true, true], paperExitAfterWrong: false, }, { nick: 'A', token: 'AAAAAA', cron: '0 10 9 * * ?', taskConfig: [true, true, true, true], paperExitAfterWrong: false, }, ];
The text was updated successfully, but these errors were encountered:
设置的时间至少间隔30分钟,10分钟不太够
Sorry, something went wrong.
No branches or pull requests
在schedule.ts中如何添加多用户或者不同时间多次推送
定时任务配置 中我尝试多写了一组{}包括的内容会造成无法运行
The text was updated successfully, but these errors were encountered: