StackStorm/st2

Remove deprecated "timer" section in st2.conf

オープン

#4,425 opened on 2018/11/05

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)Python (740 件のフォーク)batch import
complexity:easyenhancementgood first issuerefactor

Repository metrics

Stars
 (5,794 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド