Skip to content

Reimplement LVAlert listener as a Celery bootstep

Leo P. Singer requested to merge leo-singer/gwcelery:lvalert-bootstep into master

Reimplement LVAlert listener as a Celery bootstep to avoid needing to track a singleton task using a Redis lock, because Redis locks do not play nicely with Redis persistence. The --lvalert command line option must now be passed in order to enable the LVAlert listener.

Edited by Leo P. Singer

Merge request reports