Commit f8911a7f authored by 李尚科's avatar 李尚科

fix

parent d145d535
......@@ -8,7 +8,7 @@ class HuaYunPaas extends Subscription {
// 通过 schedule 属性来设置定时任务的执行间隔等配置
static get schedule() {
return {
cron: '0 50 4 * * *',//每天4:50点执行
cron: '0 0 0 * * *',//每天00:00点执行
// cron: '*/1 * * * *',//每1分钟执行一次脚本
type: 'worker',
env: ['prod'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment