Skip to content

Commit

Permalink
Add circle ci badge
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
diox committed Jul 23, 2021
1 parent 3a06a86 commit aa63113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
django-post-request-task
========================

.. image:: https://circleci.com/gh/mozilla/django-post-request-task.svg?style=svg
:target: https://circleci.com/gh/mozilla/django-post-request-task

A celery task class whose execution is delayed until after the request
finishes, using ``request_started`` and ``request_finished`` signals from django
and thread locals.
Expand Down

0 comments on commit aa63113

Please sign in to comment.