I deployed a function that runs on a chronjob but since i deployed it every time the scheduler runs the function I get this erro
TypeScript
Multiple internal curl errors has occurred within the executor! ErrorNumber: 111.ErrorMsg: Connection refused\nError Code: 500
TL;DR
Developers are encountering multiple internal curl errors with Error Number 111 when running a function deployed on a chronjob scheduler. This issue is likely due to a connection refusal error. To resolve this, developers should troubleshoot potential connection issues between the function and the server.