Skip to content
On this page

iamai.adapter.apscheduler.config

APScheduler 适配器配置。

class Config(pydantic_self, **data)

Bases: iamai.config.ConfigModel

APScheduler 配置类,将在适配器被加载时被混入到机器人主配置中。

  • Arguments

    • data (Any)
  • Attributes

    • scheduler_config (Dict[str, Any]) - 调度器配置。

Released under the MIT License.