SpocketDOCS
RUNNING APPS

Restarts and uptime

What happens when an app crashes, and when we stop trying.

Automatic restarts

A process that exits is started again within a minute. You do not need to watch for it, and it happens whether or not you are online.

Crash loops

Five restarts in thirty minutes and we stop, mark the app crashed, and notify you.

That limit exists because an app failing on startup fails identically every time. Restarting it forever burns capacity and, worse, makes a broken app look like a running one. Stopping makes the problem visible.

TEXT
mod-app is crashed. Read the logs, fix whatever is failing, and deploy it again.

Manual control

TEXT
Restart mod-bot.
Stop price-scraper for now.
Start price-scraper again.

A stopped app keeps its slot, its code and its settings. Stopping is not deleting, and it does not reduce your bill — you are paying for the slot.

PREVIOUSLogs and statusNEXTMCP tools