We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b9013 commit b1ce29dCopy full SHA for b1ce29d
docker-compose.yml
@@ -26,8 +26,8 @@ services:
26
working_dir: /app
27
environment:
28
- IS_LOCAL=true
29
- - CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator:8124
30
- - CLOUD_TASKS_EMULATOR_URL=cloud-tasks-emulator:8124
+ - CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator:8123
+ - CLOUD_TASKS_EMULATOR_URL=cloud-tasks-emulator:8123
31
- TASK_LISTENER_BASE_URL=http://localhost:8000
32
- TASK_PROJECT_ID=test-project
33
- TASK_LOCATION=us-central1
examples/full/tasks.py
@@ -9,7 +9,6 @@
9
# Imports from this repository
10
from examples.full.serializer import Payload
11
from examples.full.settings import (
12
- CLOUD_TASKS_EMULATOR_HOST,
13
IS_LOCAL,
14
SCHEDULED_LOCATION_PATH,
15
SCHEDULED_OIDC_TOKEN,
0 commit comments