mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
98 lines
3.6 KiB
Plaintext
98 lines
3.6 KiB
Plaintext
---
|
|
title: "Checking Service Status"
|
|
description: "Learn how to check the status of Reactive Resume's servers and what to do if the service is experiencing issues"
|
|
---
|
|
|
|
## Status Page
|
|
|
|
You can monitor the health and availability of Reactive Resume's servers at any time by visiting our status page:
|
|
|
|
<Card title="Status Page" icon="signal" href="https://status.rxresu.me">
|
|
View real-time server metrics including uptime, CPU usage, memory usage, and more.
|
|
</Card>
|
|
|
|
The status page provides information such as:
|
|
|
|
- **Uptime**: How long the servers have been running without interruption
|
|
- **CPU Usage**: Current processor utilization
|
|
- **Memory Usage**: RAM consumption across services
|
|
- **Response Times**: How quickly the servers are responding to requests
|
|
|
|
---
|
|
|
|
## What to Do If Servers Are Down
|
|
|
|
If you notice the servers are experiencing high load or downtime, here are some recommendations:
|
|
|
|
<Steps>
|
|
<Step title="Check the status page">
|
|
Visit [status.rxresu.me](https://status.rxresu.me) to confirm if there's an ongoing issue. The page will show you the current state of all services.
|
|
</Step>
|
|
|
|
<Step title="Wait and try again later">
|
|
If the servers are under heavy load, the best course of action is to wait a bit and try again later. Peak usage times can cause temporary slowdowns.
|
|
|
|
<Info>
|
|
Reactive Resume is a **free, open-source service** used by thousands of people worldwide. During peak times, the servers may experience higher than usual load.
|
|
</Info>
|
|
|
|
</Step>
|
|
|
|
<Step title="Check for announcements">
|
|
For major outages or planned maintenance, announcements may be posted on our [GitHub repository](https://github.com/amruthpillai/reactive-resume).
|
|
</Step>
|
|
</Steps>
|
|
|
|
---
|
|
|
|
## A Note on Server Capacity
|
|
|
|
<Warning>
|
|
Reactive Resume is a **free service** that runs on limited server resources. As an open-source project maintained by a
|
|
single developer, it's not feasible to invest in powerful dedicated servers without community support.
|
|
</Warning>
|
|
|
|
The reality is:
|
|
|
|
- **High demand**: Thousands of users rely on this service daily
|
|
- **Limited resources**: As a free service, server capacity is constrained
|
|
- **No corporate backing**: This isn't a venture-funded startup with unlimited cloud budgets
|
|
|
|
If you find Reactive Resume valuable and want to help keep the servers running smoothly (and maybe even help scale them up), please consider supporting the project.
|
|
|
|
---
|
|
|
|
## Support the Project
|
|
|
|
Your donations directly help cover server costs, improve infrastructure, and keep Reactive Resume free for everyone.
|
|
|
|
<Card title="Donate on Open Collective" icon="heart" href="https://opencollective.com/reactive-resume/donate">
|
|
Support Reactive Resume's development and server costs through Open Collective. Every contribution helps keep the
|
|
service running.
|
|
</Card>
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="One-time Donation" icon="gift">
|
|
Make a single contribution of any amount to help with immediate server costs.
|
|
</Card>
|
|
<Card title="Recurring Support" icon="repeat">
|
|
Become a backer with a monthly contribution to provide sustainable support.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
---
|
|
|
|
## Self-Hosting as an Alternative
|
|
|
|
If you need guaranteed uptime or want to avoid shared server limitations, you can always self-host Reactive Resume on your own infrastructure.
|
|
|
|
<Card title="Self-Hosting Guide" icon="server" href="/self-hosting/docker">
|
|
Learn how to deploy Reactive Resume on your own servers using Docker.
|
|
</Card>
|
|
|
|
Self-hosting gives you:
|
|
|
|
- **Full control** over your data and infrastructure
|
|
- **Guaranteed availability** based on your own server capacity
|
|
- **No shared resources** with other users
|