-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Help text in Worker.task_count says Count of processed tasks, see
Line 197 in 84434c5
| task_count = models.PositiveIntegerField(blank=True, default=0, help_text=_("Count of processed tasks.<br />This is a generated field.")) |
Lines 208 to 209 in 84434c5
| tasks = Task.objects.opened().filter(worker=self) | |
| self.task_count = tasks.count() |
Metadata
Metadata
Assignees
Labels
No labels