Skip to content

Commit

Permalink
Update status page
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jul 24, 2024
1 parent 91e789e commit f48462d
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: 'Cloud deployments - bugfix release',
desc: 'Cloud deployments servers were restarted to apply a fix affecting requests containing specific bodies. The issue has been resolved and deployments are back to normal.',
dateStart: '2024-07-24 14:49:00 UTC',
dateEnd: '2024-07-24 14:52:00 UTC',
status: 'resolved'
},
{
title: 'Main API - issue with user creation',
desc: 'An issue prevented new users from being created. The issue has been identified and a fix deployed. Existing users were not affected. We put in place better monitoring to prevent this issue from happening again.',
Expand Down

0 comments on commit f48462d

Please sign in to comment.