Bots keep going offline even with the code for it not to go offline

The code has been fine for the last year I’ve been using it but now my bots keep going offline and do not come back until I click on the project

const http = require(“http”);
const express = require(“express”);
const app = express();
app.get("/", (request, response) => {
response.sendStatus(200);
});
app.listen(process.env.PORT);
setInterval(() => {
http.get(http://space-bot-up.glitch.me/);
http.get(http://space-bot-2-0.glitch.me/);
http.get(http://space-bot-2-0-premium.glitch.me/);
http.get(http://fluid-simulation.glitch.me/);
http.get(http://sabry-bots.glitch.me/);
http.get(http://tanki-bot.glitch.me/);
http.get(http://covid-19bot.glitch.me/);
http.get(http://space-bot-2-0-v12.glitch.me/);
http.get(http://ahsans-bot.glitch.me/);

}, 5000);

Probably this has to do with temporarily blocking of ping services. You may have to wait until they make an announcement regarding this issue.

I see, how long do you think till they write something about it?

@Ahsany Please see Ping Service Block.