I´m trying to use a setInterval inside a firebase function to run for 40 minutes then stop. Since the max timeout for onCall function is 9 minutes what workaround could be used?
I saw a suggestion to use GCP tasks but didn´t was able to find how I could make use of it in this context
Even if I would need to run a timeout to run 40 minutes later, how this could be done with GCP tasks?