viant/bqtail

httpRequest: { status: 500 }

muratozcandwh opened this issue · 0 comments

Frequently we are getting error from bq-dispatch scheduler which invokes bq-dispatch cloud function. Because we cannot see verbose logs (even setting logging = TRUE) Google Support cannot handle the errors.

{
"insertId": "nl9h25g10cr1ii",
"jsonPayload": {
"url": "https://europe-west3-******.cloudfunctions.net/BqDispatch-2",
"@type": "type.googleapis.com/google.cloud.scheduler.logging.AttemptFinished",
"status": "INTERNAL",
"targetType": "HTTP",
"jobName": "projects//locations/europe-west3/jobs/BqDispatch-2"
},
"httpRequest": {
"status": 500
},
"resource": {
"type": "cloud_scheduler_job",
"labels": {
"project_id": "
",
"location": "europe-west3",
"job_id": "BqDispatch-2"
}
},
"timestamp": "2023-04-01T04:28:58.419380842Z",
"severity": "ERROR",
"logName": "projects/******/logs/cloudscheduler.googleapis.com%2Fexecutions",
"receiveTimestamp": "2023-04-01T04:28:58.419380842Z"
}

I found an error message in the cloud function log also:

fatal error: concurrent map iteration and map write