Gui
Gui
did you set **start_time** field? I have encountered the same issue , until i clean up the **start_time**, the beat start sending tasks. This behavior should be relate to timezone...
I did have the same issues with periodictask, but I solved by clean up the **start_time** field in **django_celery_beat_periodictask** model, this issued must be related to TZ settings, the timezone...
set to **null**
I'm looking forward to having `debug`, `launch`, and `task` features. Having both `VS Code` and `PyCharm` open with multiple projects consumes too much resources and it really slow. 👍
看了下源码,确实和`gin`的处理方式挺像的, 🐂的 不过我还是建议支持`wsgi`协议,毕竟支持了wsgi协议之后可以用`gunicorn`, `uvicorn`这种去实现强性能, 而且也可以兼容很多其他库 目前我看是每个请求开一个线程去处理, `python`的性能相比`go`确实弱了很多, 想问下有具体测试过性能么