This topic created in 2811 days ago, the information mentioned may be changed or developed.
一个脚本调用任务是可以取结果的,但是我想在另外的机器上用 id 来取结果,发现任务执行完一段时间后就取不了了,状态变成 pending,但是结果在 redis 里躺着好好的。难道是要自己去 redis 里 get 吗?
1 replies • 2018-08-25 15:32:21 +08:00
 |
|
1
vulntor Aug 25, 2018
是我自己 sb 了 代码里有一句 celery.control.purge()忘了注释 导致结果都清掉了 自作孽啊~~
|