We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a28d1b commit 587e98fCopy full SHA for 587e98f
scheduler/templatetags/scheduler_tags.py
@@ -13,7 +13,7 @@
13
def show_func_name(rq_job: JobExecution) -> str:
14
try:
15
res = rq_job.func_name
16
- if res == 'scheduler.tools.run_job':
+ if res == 'scheduler.tools.run_task':
17
task = get_scheduled_task(*rq_job.args)
18
res = task.function_string()
19
return mark_safe(res)
0 commit comments