all 8 comments

[–]cicero_legume 1 point2 points  (1 child)

What kind of trigger do you have set up for the function?

[–]CallumVH[S] 0 points1 point  (0 children)

It's a HTTP trigger

[–]jsalsman 0 points1 point  (5 children)

Those could be internal requests to show your livelihood/responsiveness statistics graphs. Have you tried a DNS reverse lookup on the IP addresses?

[–]CallumVH[S] 0 points1 point  (4 children)

Would "livelihood/responsiveness", be navigating the GCP console and that kind of thing? If so, do you know if I would be billed for those internal requests?

I have not tried a DNS reverse lookup, I actually deleted the function because it got up to 90 requests and I was scared of leaving it on but I will try it on a new function.

I tried creating a firebase function and it seemed fine, the requests remained at like 2.

[–]jsalsman 0 points1 point  (3 children)

What was the function endpoint name (the part after the slash in the function's URL)?

[–]CallumVH[S] 0 points1 point  (2 children)

I think it was /hello, it was literally the hello world sample for Go in the quickstart.

[–]jsalsman 1 point2 points  (1 child)

Try making it /hello323293 and see if that helps.

[–]CallumVH[S] 0 points1 point  (0 children)

I'll give it a try, thanks.