StackStorm/st2

Remove deprecated "timer" section in st2.conf

Open

#4.425 aberto em 5 de nov. de 2018

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)Python (740 forks)batch import
complexity:easyenhancementgood first issuerefactor

Métricas do repositório

Stars
 (5.794 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador