Skip to content

Commit 7b605ca

Browse files
committed
Update README
1 parent 5d17c6c commit 7b605ca

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

README.rst

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
python-cloud-tasks-deferred
2-
===========================
1+
cloud-tasks-deferred
2+
====================
33

4-
An unfinished deferred library for Google Cloud Tasks.
4+
.. image:: https://img.shields.io/pypi/v/cloud-tasks-deferred.svg
5+
:alt: PyPI
6+
:target: https://pypi.org/project/cloud-tasks-deferred
7+
8+
.. image:: https://img.shields.io/travis/grktsh/python-cloud-tasks-deferred/master.svg
9+
:alt: Travis
10+
:target: https://travis-ci.org/grktsh/python-cloud-tasks-deferred
11+
12+
.. image:: https://img.shields.io/codecov/c/github/grktsh/python-cloud-tasks-deferred/master.svg
13+
:alt: Codecov
14+
:target: https://codecov.io/gh/grktsh/python-cloud-tasks-deferred
15+
16+
A deferred library for Google Cloud Tasks.
17+
18+
Prerequisites
19+
-------------
20+
21+
- Environment variable ``QUEUE_LOCATION`` in which Cloud Tasks service runs
22+
23+
Unavaiable options
24+
------------------
25+
26+
- ``_transactional``: Transactional tasks are unavailable in Cloud Tasks
27+
- ``_retry_options``: Retry options for tasks are unavailable in Cloud Tasks
28+
29+
Unimplemented features
30+
----------------------
31+
32+
- Support for tasks larger than 10 KB

0 commit comments

Comments
 (0)