Problem Summary
After months of deploying, I've hit a snag with Firebase Cloud Functions.
firebase deploy --only functions --debug
Reveals a continual log dump of try and retry of Firebase Cloud Functions:
[functions] operation poll: [FUNCTION NAME] update operations/[LONG STRING] is not done
After about 15 minutes this process quits. From the Cloud Functions log, I see several errors, all stating:
Operation interrupted.
How did I get into this state?
I was mid-deploy and quit mid-update. Since then, I can no longer recover.
What version of Firebase CLI
3.7.0
Expected result
Ability to deploy Firebase Cloud Functions.
What else have I tried?
- Logging out and back in again.
- Updating Cloud Functions code and re-dploy
- Updating Firebase CLI