Bug P2
Status Update
Comments
la...@gmail.com <la...@gmail.com> #2
deleted
la...@gmail.com <la...@gmail.com> #3
Same issue, 2/6/2022 even after the February update.
Verizon pixel 6 pro using a macbook pro and imac both updated to v12.2 and chrome v98.0.4758.80.
Fastbootd (not fastboot) I can at least get it to download but it won't install. Pretty sure the website for this is the issue, when it checks the state your device is in, it's looking for the wrong state or something.
Now would be a great time to chime in Google support/techs.
In console I can see "compiled_en.js:1767 Fastboot command (oem udfps get-cal-url) failed: 'Unknown OEM command'" but I have no idea what this means. I'd presume the code to do the install is bad.
Verizon pixel 6 pro using a macbook pro and imac both updated to v12.2 and chrome v98.0.4758.80.
Fastbootd (not fastboot) I can at least get it to download but it won't install. Pretty sure the website for this is the issue, when it checks the state your device is in, it's looking for the wrong state or something.
Now would be a great time to chime in Google support/techs.
In console I can see "compiled_en.js:1767 Fastboot command (oem udfps get-cal-url) failed: 'Unknown OEM command'" but I have no idea what this means. I'd presume the code to do the install is bad.
Description
I have a job that hits a Cloud Run service via http. It is failing with "URL_UNREACHABLE-UNREACHABLE_DNS?" If I redeploy the service and then retry the job it works, but that's not acceptable. It keeps happening.
What you expected to happen:
Jobs not to fail
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):
I saw a thread on StackOverflow that said to pause the job, re-reploy the cloud run service and then re-enable the job. That works, but it keeps happening. Obviously I should not be expected to deploy my service and manually trigger my job every time i need it to run.