From 9cd1fccde5454435299069c32ef57513ae886995 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 27 Nov 2022 00:39:28 -0700 Subject: Tamper down the worker warning --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/installation.rst') diff --git a/docs/installation.rst b/docs/installation.rst index fc93d1f..cd9799f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -22,12 +22,12 @@ Prerequisites * Writable local directory (must be accessible by all running copies!) Note that ActivityPub is a chatty protocol that has a lot of background -activity, so you will need a platform that can run *background tasks*, in +activity, so you will need to run *background tasks*, in order to fetch profiles, retry delivery of posts, and more. -This means that a "serverless" platform like AWS Lambda or Google Cloud Run is -not enough by itself; while you can use these to serve the web pages if you -like, you will need to run the Stator runner somewhere else as well. +Ideally, you would choose a platform where you can run our worker process in +the background continuously, but for small installations we have a URL you can +call periodically instead - see "What To Run", below. The flagship Takahē instance, `takahe.social `_, runs inside of Kubernetes, with one Deployment for the webserver and one for the -- cgit v1.2.3