Since a few days ago some tasks throw an error at the start of every DAG run. It seems the log file is not found to retrieve the logging from the task.
*** 404 GET https://storage.googleapis.com/download/storage/v1/b/europe-west1-ventis-brand-f-65ab79d1-bucket/o/logs%2Fimport_ebay_snapshot_feeds_ES%2Fstart%2F2021-11-30T08%3A00%3A00%2B00%3A00%2F3.log?alt=media: No such object: europe-west1-ventis-brand-f-65ab79d1-bucket/logs/import_ebay_snapshot_feeds_ES/start/2021-11-30T08:00:00+00:00/3.log: ('Request failed with status code', 404, 'Expected one of', <HTTPStatus.OK: 200>, <HTTPStatus.PARTIAL_CONTENT: 206>)
I've upgraded to the latest version of Cloud Composer and the tasks run on Python3.
There is the environment configuration:
Resources:
Workloads configuration:
- Scheduler
- 1 vCPU, 2 GB memory, 2 GB storage
Number of schedulers: 2
Web server:
- 1 vCPU, 2 GB memory, 2 GB storage
Worker 1 vCPU, 2 GB memory, 1 GB storage
Number of workers:
- Autoscaling between 1 and 4 workers
Core infrastructure: Environment size: Small
GKE cluster projects/*********************************
There are no related issues regarding this error in Cloud Composer changelog. How could this being fixed?