jianghan

Results 4 issues of jianghan

I want to add job that run only one time. how do i do it? now I'm setting that frequency is 'Yearly' params is and 'interval:100'

I want to add job that run only one time. how do i do it? now, I'm using: ![image](https://user-images.githubusercontent.com/23163237/113842035-e4074d00-97c4-11eb-9d32-d3a1cc17c988.png)

#### 问题: 在uwsgi+django项目中接入apollo后发现,使用get_value获取到的数据是项目启动时cache中的数据,不能之后更新的apollo数据。 #### 调试: 1、 在 uncached_http_get 和get_value中分别打印了cache中的值, 在apollo后台修改数据,这时,uncached_http_get 会打印出最近的cache数据, 再调用get_value,发现,cache中值是旧的数据。 2、 直接使用python manage runserver 启动项目,重复1的操作,发现,可以获取到最新的cache数据。 #### 结论: uwsgi启动项目使 get_vaule中的self 和 uncached_http_get 中的self并非一个对象。 不知道这个算不算bug,还是我uwsgi启的方式不对。如果有人碰到和我一样的问题并解决的朋友,请回复我一下,谢谢!

### Summary: * Celery Version: 5.2.7 * Celery-Beat Version: 2.5.0 ### Detailed information I have a task at 17:00, but I found that it was not executed. I looked at...