irregularly deploying firebase is stuck in this log:
i functions: updating function [FUNCTION NAME]...
After canceling the deployment and retrying, it gives the following error message:
âš functions: failed to update function resetBadgeCount âš functions: HTTP Error: 400, An operation on function [FUNCTION NAME] in region us-central1 in project [PROJECT NAME] is already in progress. Please try again later.
Thus, it seams as if the deployment were stuck and stored in the pipeline, blocking further deployments. After a while, I turned on the features again. But is there any explanation for this? Or maybe even a word?
source share