Javascript – Firebase Function Executing Too Frequently with setInterval
I have a Firebase function set to run every 20 minutes using setInterval, but it's executing more frequently than expected. Below is the relevant part of my code: try { const response = await axios.get( "https://ll.thespacedevs.com/2.0.0/event/upcoming/?limit=50&offset=0", { timeout: 90000 }…