MCPcopy
hub / github.com/Koed00/django-q / success

Method success

django_q/models.py:205–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

203 cluster = models.CharField(max_length=100, default=None, null=True, blank=True)
204
205 def success(self):
206 if self.task and Task.objects.filter(id=self.task):
207 return Task.objects.get(id=self.task).success
208
209 def last_run(self):
210 if self.task and Task.objects.filter(id=self.task):

Callers 1

test_schedulerFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

test_schedulerFunction · 0.64