[cloud_functions]: Getting DEADLINE_EXCEEDED but no trace of the call on the backend #16741
Open
1 task done
Labels
Needs Attention
This issue needs maintainer attention.
platform: android
Issues / PRs which are specifically for Android.
plugin: functions
resolution: needs-repro
This issue could not be reproduced or needs an up to date reproduction on latest FlutterFire plugin.
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Cloud Functions
Which platforms are affected?
Android
Description
We are happy users of cloud_functions SDK but sometimes it happens that the library just stops executing calls to callable functions, even though:
The error thrown is just DEADLINE_EXCEEDED after the specified time
Reproducing the issue
It's quite tricky to reproduce the issue, it may happen during debugging, but when it occurs it's just difficult to capture any debug traces outside of the above exception.
My implementation typically is quite simple
Firebase Core version
2.31.1
Flutter Version
3.24.4
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
I know that my firebase sdk is quite old compared to the current version, but maybe something comes to your mind that could potentially explain the issue? Do you recall any fixes between 2.31.1 and current version that could resolve it? Migrating to the current version would be a bit inconvenient for us right now.
The text was updated successfully, but these errors were encountered: