Skip to content

Commit

Permalink
Mention arq in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Jun 13, 2022
1 parent 765fd55 commit 437db77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Features
- Middleware for attaching request context to the logger to include a request UUID, method, and route in all log messages.
- Process ``X-Forwarded-*`` headers to determine the source IP and related information of the request.
- Gather and structure standard metadata about your application.
- Operate a distributed Redis job queue with arq_ using convenient clients, testing mocks, and a FastAPI dependency.

Developing Safir
================
Expand All @@ -40,3 +41,4 @@ For details, see https://safir.lsst.io/dev/development.html.
.. _Roundtable: https://roundtable.lsst.io
.. _FastAPI: https://fastapi.tiangolo.com/
.. _fastapi_safir_app: https://github.com/lsst/templates/tree/master/project_templates/fastapi_safir_app
.. _arq: https://arq-docs.helpmanual.io

0 comments on commit 437db77

Please sign in to comment.