File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments