lightdb定时任务增量(支持异步任务、秒级及时区感知等)pg_cron以及linux crontab

https://github.com/citusdata/pg_cron   不支持秒级

https://github.com/cybertec-postgresql/pg_timetable   不支持秒级,支持重叠和不支持重叠

https://github.com/MigOpsRepos/pg_dbms_job/

定时任务通常需要满足下列要求:

1、灵活的超时处理机制。重叠执行,重叠后立刻执行,重叠后下个周期(pg_cron原生支持的模式)执行,lightdb 22.1 pg_cron fork版本同时支持这三种模式(2022年3月底发布)

2、日志,状态查询、启停管理

3、cron表达式支持、1次性任务    lightdb pg_cron fork已支持

4、最小力度,例如秒级?java和spring scheduler就支持。lightdb pg_cron fork已支持

5、支持调度linux os命令。 

posted @ 2022-03-02 22:33  zhjh256  阅读(113)  评论(0编辑  收藏  举报