<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><br class=""></div><div>Just for the record,</div><div>I´ve recorgnized that dirty_resources always counts 0.</div><div>Lesson learned be sure to use correct settings ...</div><div><br class=""></div><div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">export DJANGO_SETTINGS_MODULE=geonode.local_settings; celery worker --app=geonode.celery_app:app -Q default,geonode,cleanup,update -f /tmp/celery/celery.log -B -l debug</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Now celery is cooking :)</span></div></div><div><br class=""><blockquote type="cite" class=""><div class=""><div class="">Message: 1<br class="">Date: Wed, 13 Feb 2019 13:30:39 +0100<br class="">From: Toni Schönbuchner <<a href="mailto:toni.schoenbuchner@csgis.de" class="">toni.schoenbuchner@csgis.de</a>><br class="">To: geonode-devel <<a href="mailto:geonode-devel@lists.osgeo.org" class="">geonode-devel@lists.osgeo.org</a>><br class="">Subject: [GeoNode-devel] Help with celery and<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>geonode.security.tasks.synch_guardian<br class="">Message-ID: <<a href="mailto:2A1E849C-2683-475B-835F-637D9B6CA86F@csgis.de" class="">2A1E849C-2683-475B-835F-637D9B6CA86F@csgis.de</a>><br class="">Content-Type: text/plain;<span class="Apple-tab-span" style="white-space:pre">       </span>charset=utf-8<br class=""><br class="">Hi there,<br class=""><br class="">Maybe somebody can shed some light into celery on latest master. <br class=""><br class="">In settings I´ve set <br class=""><span class="Apple-tab-span" style="white-space:pre">    </span>DELAYED_SECURITY_SIGNALS = True<br class="">further started celery workers with <br class=""><span class="Apple-tab-span" style="white-space:pre">       </span>celery worker --app=geonode.celery_app:app -Q default,geonode,cleanup,update -f /tmp/celery/celery.log -l debug<br class="">and beat with <br class=""><span class="Apple-tab-span" style="white-space:pre">     </span>celery beat --app=geonode.celery_app:app --pidfile="/tmp/celerybeat.pid" -l debug<br class=""><br class="">I would expect that `geonode.security.tasks.synch_guardian` should update resoure permissions<br class="">in background, unfortuantely this is not happening and newly uploaded layers show a warning:<br class="">SECURITY NOT YET SYNCHRONIZED<br class=""><br class="">Do I missunderstand the taks queue – or have overseen something?<br class=""><br class="">Thanks,<br class=""><br class="">Toni<br class=""></div></div></blockquote></div><br class=""></body></html>