[GeoNode-devel] Help with celery and geonode.security.tasks.synch_guardian
Toni Schönbuchner
toni.schoenbuchner at csgis.de
Wed Feb 13 04:30:39 PST 2019
Hi there,
Maybe somebody can shed some light into celery on latest master.
In settings I´ve set
DELAYED_SECURITY_SIGNALS = True
further started celery workers with
celery worker --app=geonode.celery_app:app -Q default,geonode,cleanup,update -f /tmp/celery/celery.log -l debug
and beat with
celery beat --app=geonode.celery_app:app --pidfile="/tmp/celerybeat.pid" -l debug
I would expect that `geonode.security.tasks.synch_guardian` should update resoure permissions
in background, unfortuantely this is not happening and newly uploaded layers show a warning:
SECURITY NOT YET SYNCHRONIZED
Do I missunderstand the taks queue – or have overseen something?
Thanks,
Toni
More information about the geonode-devel
mailing list