[GeoNode-users] Geonode and asynchronous celery task

Simone Dalmasso simone.dalmasso at gmail.com
Mon May 15 00:41:08 PDT 2017


Yeah you can add kombu, run syncdb and put celery eager to false. In
production it should be false.

2017-05-15 9:10 GMT+02:00 John, Steffen <s.john at atenekom.eu>:

> Hi!
>
> I need to add asynchronous celery tasks to Geonode. I'm succesful with
> creating new tasks and running them, but when I call the task
> asynchronously with task.delay(), it still runs synchronously.
>
> After some research I found out that I need to change the setting
> CELERY_ALWAYS_EAGER to false.
>
> Do you know if this will have an impact on other celery tasks inside
> Geonode oder some functionality in Geonode?
>
> I already tried changing this setting and than I get an error, that
> relation named something like "kombu" are missing.
>
> Is it going to be enough when I add 'kombu.transport.django' to ist
> INSTALLED'kombu.transport.django',-APPS?
>
> Thanks in advance!
>
> Steffen
>
>
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>


-- 
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170515/73fa2e71/attachment.html>


More information about the geonode-users mailing list