Reputation: 373
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.
I was mid-deploy and quit mid-update. Since then, I can no longer recover.
3.7.0
Ability to deploy Firebase Cloud Functions.
Upvotes: 3
Views: 2728
Reputation: 56
Have a look at this post; Cloud Functions for Firebase deploy interrupted There are currently cloud function deployment issues. You can check the status here; https://status.firebase.google.com/
Upvotes: 1