Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!494
Refactor ProgressRecorder for non-optional Celery usage and add doc strings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor ProgressRecorder for non-optional Celery usage and add doc strings
fix/progress
into
359-make-celery-non-optional
Overview
9
Commits
8
Pipelines
2
Changes
2
Merged
Jonathan Weth
requested to merge
fix/progress
into
359-make-celery-non-optional
4 years ago
Overview
9
Commits
8
Pipelines
2
Changes
2
Expand
Close
#377 (closed)
0
0
Merge request reports
Compare
359-make-celery-non-optional
version 1
c9345e83
4 years ago
359-make-celery-non-optional (base)
and
latest version
latest version
924b33a7
8 commits,
4 years ago
version 1
c9345e83
1 commit,
4 years ago
2 files
+
139
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/tasks.py
+
0
−
2
Options
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