Skip to content
Snippets Groups Projects

Refactor ProgressRecorder for non-optional Celery usage and add doc strings

Merged Jonathan Weth requested to merge fix/progress into 359-make-celery-non-optional
2 files
+ 139
18
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
2
from django.conf import settings
from django.core import management
from celery.decorators import task
from .celery import app
from .util.celery_progress import ProgressRecorder
from .util.notifications import send_notification as _send_notification
Loading