From a71f3a88bdd199f1250917b272dba283bf9f73e5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 7 Feb 2024 08:39:19 +0000 Subject: [PATCH] Link to PRs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afc03b9..665e91c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ * Author: Jake Howard, with help from the Wagtail Performance sub-team * 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 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.