StackStorm/st2

Remove deprecated "timer" section in st2.conf

開放

#4,425 建立於 2018年11月5日

 (0 則留言) (1 個反應) (0 位負責人)Python (740 個分叉)batch import
complexity:easyenhancementgood first issuerefactor

倉庫指標

星標
 (5,794 顆星)
PR 合併指標
 (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

貢獻者指南