Skip to content

Commit b1ce29d

Browse files
fix: remove unused import and update emulator port configuration
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent f9b9013 commit b1ce29d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ services:
2626
working_dir: /app
2727
environment:
2828
- IS_LOCAL=true
29-
- CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator:8124
30-
- CLOUD_TASKS_EMULATOR_URL=cloud-tasks-emulator:8124
29+
- CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator:8123
30+
- CLOUD_TASKS_EMULATOR_URL=cloud-tasks-emulator:8123
3131
- TASK_LISTENER_BASE_URL=http://localhost:8000
3232
- TASK_PROJECT_ID=test-project
3333
- TASK_LOCATION=us-central1

examples/full/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# Imports from this repository
1010
from examples.full.serializer import Payload
1111
from examples.full.settings import (
12-
CLOUD_TASKS_EMULATOR_HOST,
1312
IS_LOCAL,
1413
SCHEDULED_LOCATION_PATH,
1514
SCHEDULED_OIDC_TOKEN,

0 commit comments

Comments
 (0)