最近遇到了一个问题,flexget
突然不工作了,我估计是flexget
与ipv6_test
程序冲突了,导致线程排队积压,所以无论怎么尝试,都会提示这句:
There is a FlexGet process already running for this config, sending execution there
解决方法也很简单,首先查看目前的flexget进程:
ps aux | grep flexget
1 2 3 4 |
mcj@mcjdeiMac:/Applications$ ps aux | grep flexget mcj 56837 33.9 0.2 4302468 40324 ?? U 9:40下午 0:00.82 /Users/mcj/anaconda3/bin/python /Users/mcj/anaconda3/bin/flexget execute mcj 56844 0.0 0.0 4279552 716 s001 S+ 9:40下午 0:00.00 grep flexget mcj 56836 0.0 0.0 4269780 864 ?? Ss 9:40下午 0:00.00 /bin/sh -c /Users/mcj/anaconda3/bin/flexget execute && /Users/mcj/anaconda3/bin/python3 /Users/mcj/日常使用/GitCode/Python_Learning/mail.py |
然后把出来的这些进程都kill
掉即可。
总是这样也不是办法,所以我选择使用watch
代替crontab
😆
本文最后更新于2021年4月26日,已超过 1 年没有更新,如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢!
删除data/.config.lock