We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gunfish doesn't retry when some FCM v1 errors occur.
When FCM returns INTERNAL or UNAVAILABLE error, it should be retried. https://firebase.google.com/docs/cloud-messaging/http-server-ref?hl=ja#error-codes
INTERNAL
UNAVAILABLE
{ "file": "/home/runner/work/Gunfish/Gunfish/supervisor.go", "level": "error", "line": "432", "msg": "Unknown error message: INTERNAL", "res_queue_size": 0, "resend_cnt": 0, "resp_uid": "6d9db339-bcdf-4db5-9b64-14b671e978ec", "response_time": 5.047958725, "time": "2024-03-26T13:07:19Z", "token": "xxx", "type": "worker", "worker_id": 61 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gunfish doesn't retry when some FCM v1 errors occur.
When FCM returns
INTERNAL
orUNAVAILABLE
error, it should be retried.https://firebase.google.com/docs/cloud-messaging/http-server-ref?hl=ja#error-codes
The text was updated successfully, but these errors were encountered: