💥 remove built-in scheduler support

This commit is contained in:
yanyongyu
2020-12-01 10:28:03 +08:00
parent e931b535f1
commit 38d502f7f5
11 changed files with 65 additions and 269 deletions

View File

@ -262,17 +262,6 @@ class Config(BaseConfig):
SESSION_EXPIRE_TIMEOUT=[DD ][HH:MM]SS[.ffffff]
SESSION_EXPIRE_TIMEOUT=P[DD]DT[HH]H[MM]M[SS]S # ISO 8601
"""
apscheduler_config: dict = {"apscheduler.timezone": "Asia/Shanghai"}
"""
- **类型**: ``dict``
- **默认值**: ``{"apscheduler.timezone": "Asia/Shanghai"}``
:说明:
APScheduler 的配置对象,见 `Configuring the Scheduler`_
.. _Configuring the Scheduler:
https://apscheduler.readthedocs.io/en/latest/userguide.html#configuring-the-scheduler
"""
# custom configs
# custom configs can be assigned during nonebot.init