<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div>Hi!</div>
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>After some research I found out that I need to change the setting CELERY_ALWAYS_EAGER to false.</div>
<div><br>
</div>
<div>Do you know if this will have an impact on other celery tasks inside Geonode oder some functionality in Geonode?</div>
<div><br>
</div>
<div>I already tried changing this setting and than I get an error, that relation named something like "kombu" are missing.</div>
<div><br>
</div>
<div>Is it going to be enough when I add <span class="str">'kombu.transport.django' to ist INSTALLED'kombu.transport.django',-APPS?</span></div>
<div><span class="str"><br>
</span></div>
<div><span class="str">Thanks in advance!</span></div>
<div><span class="str"><br>
</span></div>
<div><span class="str">Steffen</span></div>
<pre class="lang-py prettyprint prettyprinted"><code><span class="pln"></span></code></pre>
<div> </div>
</body>
</html>