Link to PRs
This commit is contained in:
parent
2a1ff5296b
commit
a71f3a88bd
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
* Author: Jake Howard, with help from the Wagtail Performance sub-team
|
* Author: Jake Howard, with help from the Wagtail Performance sub-team
|
||||||
* Created: 2024-02-07
|
* Created: 2024-02-07
|
||||||
|
|
||||||
|
For discussions, check out the [associated PR](https://github.com/RealOrangeOne/django-background-worker-rfc/pull/1) and [Discussions](https://github.com/RealOrangeOne/django-background-worker-rfc/discussions).
|
||||||
|
|
||||||
## Abstract
|
## Abstract
|
||||||
|
|
||||||
Wagtail currently doesn't have a first-party solution for long-running tasks. Other CMSs in the ecosystem such as WordPress and Drupal have background workers, allowing them to push tasks into the background to be processed at a later date, without requiring the end user to wait for them to occur.
|
Wagtail currently doesn't have a first-party solution for long-running tasks. Other CMSs in the ecosystem such as WordPress and Drupal have background workers, allowing them to push tasks into the background to be processed at a later date, without requiring the end user to wait for them to occur.
|
||||||
|
|
Reference in a new issue