You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/02 15:45:44 UTC

[GitHub] mistercrunch commented on issue #3557: "Results backend isn't configured" with Celery DynamoDB backend

mistercrunch commented on issue #3557: "Results backend isn't configured" with Celery DynamoDB backend
URL: https://github.com/apache/incubator-superset/issues/3557#issuecomment-333575256
 
 
   It will if the @celery.task-decorated function does return something, which shouldn't be the case in our case.
   
   The way we use celery is we initiate the async task from a web request scope and essentially give up on it. The initiator (web server) doesn't expect getting result in the scope where its called.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services