StackStorm/st2

Remove deprecated "timer" section in st2.conf

Open

#4,425 创建于 2018年11月5日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Python (740 fork)batch import
complexity:easyenhancementgood first issuerefactor

仓库指标

Star
 (5,794 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

In v2.9.0 we deprecated timer section in st2.conf in favor of new timersengine section.

We need to remove old and deprecated timer section in st2.conf.

The current approach is also confusing - timer section has been deprecated and timerengine is the preferred approach yet the how code is structured, "timer" section actually has precedence because of the way how our code is structured.

TODO

  • Remove from config.py
  • Update affected code
  • Update upgrade notes

贡献者指南