Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Celery and Kombu dependencies #4842

Merged
merged 3 commits into from
Mar 20, 2018
Merged

Update Celery and Kombu dependencies #4842

merged 3 commits into from
Mar 20, 2018

Commits on Mar 15, 2018

  1. Update Celery and kombu to latest version

    This is required to support Python 3.6.
    
    See http://docs.celeryproject.org/en/latest/whatsnew-4.0.html#upgrading-from-celery-3-1
    for changes and migration notes.
    robertknight committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    83535e7 View commit details
    Browse the repository at this point in the history
  2. Update Celery setting names

    Update Celery setting names using `celery upgrade settings h/celery.py`
    as described at http://docs.celeryproject.org/en/latest/whatsnew-4.0.html#lowercase-setting-names
    robertknight committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    751ba58 View commit details
    Browse the repository at this point in the history
  3. Remove --autoreload flag from celery worker in dev server

    This was an experimental feature that was removed in Celery 4.x.
    See http://docs.celeryproject.org/en/latest/whatsnew-4.0.html#removed-features
    robertknight committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    56c1c13 View commit details
    Browse the repository at this point in the history