Skip to content

Commit

Permalink
Make sure celery tasks have names
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Aug 6, 2024
1 parent d3d8458 commit ccf5999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_media_ccc_de/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .models import MediaCccDeLink


@app.task()
@app.task(name="pretalx_media_ccc_de.refresh_recording_urls")
def task_refresh_recording_urls(event_slug):
try:
with scopes_disabled():
Expand Down

0 comments on commit ccf5999

Please sign in to comment.