Skip to content

CELERY_RESULT_BACKEND in the CeleryTestSuiteRunnerStoringResult #348

Open
@alep

Description

@alep

Shouldn't this line

settings.CELERY_RESULT_BACKEND = 'database'
be
CELERY_RESULT_BACKEND='djcelery.backends.database:DatabaseBackend',

When using the runner it tries to install sqlalquemy with celery 3.1

Activity

hoprocker

hoprocker commented on Apr 10, 2015

@hoprocker

+1 -- I'd think that the way to do this would be to get this from the settings.py file. This is a Django-specific library after all, no?

hoprocker

hoprocker commented on Apr 10, 2015

@hoprocker

Pull request: #368

alep

alep commented on Apr 10, 2015

@alep
Author

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @hoprocker@alep

        Issue actions

          CELERY_RESULT_BACKEND in the CeleryTestSuiteRunnerStoringResult · Issue #348 · celery/django-celery