Fixing the No node can serve the request (Too many reschedules) error
Written by
Updated at December 17, 2025
Issue description
When calling a function in Cloud Functions, the function code is not run and the function log contains this entry:
Code: 429 Message: No node can serve the request: Too many reschedules
Solution
The Too many reschedules error may occur if a function or container fails to respond to an HTTP request and terminates. In this case, you can reschedule running the request; however, if the request keeps being invalid after repeat function calls, the function call will eventually loop.
The best solution is to rewrite the function code to comply with the requirements for the Cloud Functions runtime environment.
You can read more about these requirements in this guide.
If the issue persists
If the above actions did not help, create a support ticket
- Cloud function ID.
- Full text of the error messages from the function log.