From f188e9be9a36632a5759195d69de8669c56893d7 Mon Sep 17 00:00:00 2001 From: "William (Lindy) Lindstrom" Date: Thu, 19 Oct 2023 22:06:26 +0100 Subject: [PATCH] reminder that dramatiq workers must be running for asynch operation --- docs/managing_data/forced_photometry.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/managing_data/forced_photometry.rst b/docs/managing_data/forced_photometry.rst index a9e9f7665..884bdd138 100644 --- a/docs/managing_data/forced_photometry.rst +++ b/docs/managing_data/forced_photometry.rst @@ -72,8 +72,9 @@ a redis server, you would add the following to your ``settings.py``: After adding the ``django_dramatiq`` installed app, you will need to run ``./manage.py migrate`` once to setup its DB tables. If this configuration is set in your TOM, the existing services which support asynchronous queries, -Atlas and ZTF, should start querying asynchronously. If you do not add these settings, those services will still -function but will fall back to synchronous queries. +Atlas and ZTF, should start querying asynchronously. (Note: You must also start the dramatiq workers: +``./manage.py rundramatic``. If you do not add these settings, those services will still function but will fall +back to synchronous queries. Adding a new Forced Photometry Service