Skip to main content

No project description provided

Project description

clovers-apscheduler

✨ clovers APScheduler 定时任务插件 ✨

python license pypi pypi download

使用方式

from clovers_apscheduler import scheduler
@scheduler.scheduled_job("cron", hour="*/4", misfire_grace_time=120)
async def _():
    pass

配置项

apscheduler 的相关配置

参考 配置 scheduler配置参数

配置需要包含 prefix: apscheduler.

默认配置:

{ "apscheduler.timezone": "Asia/Shanghai" }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clovers_apscheduler-0.1.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

clovers_apscheduler-0.1.4-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page