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.