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
Commits
9b7b924d
Verified
Commit
9b7b924d
authored
2 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Save detailed information for Celery tasks
(cherry picked from commit
f1506059
)
parent
af7544aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+1
-0
1 addition, 0 deletions
CHANGELOG.rst
aleksis/core/settings.py
+1
-0
1 addition, 0 deletions
aleksis/core/settings.py
with
2 additions
and
0 deletions
CHANGELOG.rst
+
1
−
0
View file @
9b7b924d
...
@@ -30,6 +30,7 @@ Fixed
...
@@ -30,6 +30,7 @@ Fixed
and images were displayed only partially.
and images were displayed only partially.
* Invite Person view threw an error when personal invites existed
* Invite Person view threw an error when personal invites existed
* Personal invites did not work
* Personal invites did not work
* Detailed information for done Celery tasks weren't saved.
`2.11.1`_ - 2022-08-31
`2.11.1`_ - 2022-08-31
----------------------
----------------------
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/settings.py
+
1
−
0
View file @
9b7b924d
...
@@ -766,6 +766,7 @@ CELERY_BROKER_URL = _settings.get("celery.broker", REDIS_URL)
...
@@ -766,6 +766,7 @@ CELERY_BROKER_URL = _settings.get("celery.broker", REDIS_URL)
CELERY_RESULT_BACKEND
=
"
django-db
"
CELERY_RESULT_BACKEND
=
"
django-db
"
CELERY_CACHE_BACKEND
=
"
django-cache
"
CELERY_CACHE_BACKEND
=
"
django-cache
"
CELERY_BEAT_SCHEDULER
=
"
django_celery_beat.schedulers:DatabaseScheduler
"
CELERY_BEAT_SCHEDULER
=
"
django_celery_beat.schedulers:DatabaseScheduler
"
CELERY_RESULT_EXTENDED
=
True
if
_settings
.
get
(
"
celery.email
"
,
False
):
if
_settings
.
get
(
"
celery.email
"
,
False
):
EMAIL_BACKEND
=
"
djcelery_email.backends.CeleryEmailBackend
"
EMAIL_BACKEND
=
"
djcelery_email.backends.CeleryEmailBackend
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment