Skip to content

Commit

Permalink
reminder that dramatiq workers must be running for asynch operation
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Oct 19, 2023
1 parent 2f7851c commit f188e9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/managing_data/forced_photometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f188e9b

Please sign in to comment.