Closes #19589: Background job for bulk operations (#19804)
CI / build (20.x, 3.10) (push) Has been cancelled
CI / build (20.x, 3.11) (push) Has been cancelled
CI / build (20.x, 3.12) (push) Has been cancelled

* Initial work on #19589

* Add tooling for handling background requests

* UI notification should link to enqueued job

* Use an informative name for the job

* Disable background jobs for file uploads
This commit is contained in:
Jeremy Stretch
2025-07-10 10:32:35 -04:00
committed by GitHub
parent 6022433a40
commit 875a641687
8 changed files with 149 additions and 22 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ class Job(models.Model):
verbose_name_plural = _('jobs')
def __str__(self):
return str(self.job_id)
return self.name
def get_absolute_url(self):
# TODO: Employ dynamic registration