sibson/redbeat

Documentation Improvement - REDBEAT_LOCK_TIMEOUT

Open

#92 aberto em 1 de jun. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (122 forks)batch import
enhancementhelp wanted

Métricas do repositório

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

Description

REDBEAT_LOCK_TIMEOUT = CELERYBEAT_MAX_LOOP_INTERVAL * 5 needs to be explicitly set or it defaults to 25 minutes. In production this can cause a hang if the service crashes or has another issue where it does not clean itself up.

Appears to be related to this discussion: #50

Easiest if this were referenced in documents as a suggested config to avoid issues.

Guia do colaborador