sibson/redbeat

Documentation Improvement - REDBEAT_LOCK_TIMEOUT

Open

#92 geöffnet am 1. Juni 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (122 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (815 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide