程序已启动后的定时任务,无法通过更新定时任务配置使其停止
Open
- Dominant language
- PHP
- Stars
- 13
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
hyperf程序启动后,定时任务正常执行。
然后修改定时任务的配置为false,
`$this->config->set('crontab.enable', false);`
发现定时任务还是正常执行,并且在定时任务中去获取config('crontab.enable')的值始终为true
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.