Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
grktsh committed Apr 19, 2020
1 parent 5d17c6c commit 7b605ca
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
python-cloud-tasks-deferred
===========================
cloud-tasks-deferred
====================

An unfinished deferred library for Google Cloud Tasks.
.. image:: https://img.shields.io/pypi/v/cloud-tasks-deferred.svg
:alt: PyPI
:target: https://pypi.org/project/cloud-tasks-deferred

.. image:: https://img.shields.io/travis/grktsh/python-cloud-tasks-deferred/master.svg
:alt: Travis
:target: https://travis-ci.org/grktsh/python-cloud-tasks-deferred

.. image:: https://img.shields.io/codecov/c/github/grktsh/python-cloud-tasks-deferred/master.svg
:alt: Codecov
:target: https://codecov.io/gh/grktsh/python-cloud-tasks-deferred

A deferred library for Google Cloud Tasks.

Prerequisites
-------------

- Environment variable ``QUEUE_LOCATION`` in which Cloud Tasks service runs

Unavaiable options
------------------

- ``_transactional``: Transactional tasks are unavailable in Cloud Tasks
- ``_retry_options``: Retry options for tasks are unavailable in Cloud Tasks

Unimplemented features
----------------------

- Support for tasks larger than 10 KB

0 comments on commit 7b605ca

Please sign in to comment.