Skip to content

Commit

Permalink
Update status
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jan 11, 2025
1 parent 793741d commit 589d806
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const incidents: {
dateEnd: string;
status: 'inprogress' | 'resolved';
}[] = [
{
title: 'All services - Schedule downtime, maintenance',
desc: 'All services will be restarted for maintenance. The downtime is expected to last less than 5 minutes. We apologize for the inconvenience.',
dateStart: '2025-01-11 15:30:00 UTC',
dateEnd: '2025-01-11 15:35:00 UTC',
status: 'resolved'
},
{
title: 'All services - Schedule downtime, v9.1.0 release',
desc: 'All services will be restarted to apply the v9.1.0 release. The downtime is expected to last less than 15 minutes. We apologize for the inconvenience.',
Expand Down

0 comments on commit 589d806

Please sign in to comment.