StackStorm/st2

Remove deprecated "timer" section in st2.conf

Open

#4425 aperta il 5 nov 2018

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Python (740 fork)batch import
complexity:easyenhancementgood first issuerefactor

Metriche repository

Star
 (5794 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor