Cloud Function Job - Hitting some barriers?

Hi, I’m trying to run a Job for 5k objects. Every object calls an HttpRequest. Is it possible that It’s creating some server issues? Because if I run the same Job in my test server It’s working fine. I’ve also tried to run that Job on 5k objects without the HttpRequest and saving some dummy data and It worked fine.

PS: I’ve already upgraded my server.

Thanks

Hi,
Can you add some debugging logs to see if it can make at least one HttpRequest successfully on those jobs?

Oh mate you are right. Thanks a lot, I think I found the issue XD

1 Like

Can share your findings? So that we can learn together :hugs: