1
7 Comments

Suggest me a service to send periodic HTTP requests

Hello there,

I want to have a way to periodically send requests to trigger a Firebase lambda.

Does anyone know of a good service to do this? Hopefully with a free tier.

I could do it as a cron job on my local machine but I'd rather just have a service take care of that to me.

on January 7, 2021
  1. 2

    Every cloud platform already has a way to do this, your best bet is to use the GCP scheduled functions Since it seems you are using GCP.

  2. 1

    If you want something outside of GCP, you could use GitHub Actions. If you keep the repo public, Actions are free. And you can schedule them just like cron.

  3. 1

    Try this: http://uptime.onl/
    It makes a request every 5 minutes

  4. 1

    Found this on the IH product page:

    https://uptimemate.com

    @frankspinnl

    1. 1

      Thank you for mentioning us 🙏