django-cloud-tasks icon indicating copy to clipboard operation
django-cloud-tasks copied to clipboard

Integrate Google Cloud Tasks with Django

Results 9 django-cloud-tasks issues
Sort by recently updated
recently updated
newest added

When I run the quickstart example, I get the following error: 'tuple' object has no attribute 'get' in relating to this line in base.py: self._task_handler_url = task_handler_url or DCTConfig.task_handler_root_url() Would...

Bumps [django](https://github.com/django/django) from 2.0.1 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Allow users to define Google Cloud credentials in their settings file and use them with the API Discovery service. Users will need to use either the application default credentials or...

Changes: - Bugfix: If `DJANGO_CLOUD_TASKS_HANDLER_SECRET` is not defined, allow task to run with blank _HTTP_X_DCT_SECRET_-header - Improvement: Added `DJANGO_CLOUD_TASKS_REGION` and `DJANGO_CLOUD_TASKS { 'http_service_account': }` to make Cloud Tasks possible via...

Hi there. Thank you for the library!! Im pretty sure this is more a question than a problem or maybe a feature request. Is there a way to get the...

My `requirements.txt` look like that: ``` [...] django-background-tasks==1.2.5 -e [email protected]:rgutierrez-cotech/django-cloud-tasks.git@0caa1e771886eb2e827cb3552fb679e15352b62e#egg=django_cloud_tasks [...] ``` When I run `gcloud app deploy` I get error that Cloud Build is not able to clone the...

with this comma, it breaks the code. solves #1