Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check all, fix Heroku incidents #74

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Add check all, fix Heroku incidents #74

merged 1 commit into from
Oct 24, 2019

Conversation

amureki
Copy link
Owner

@amureki amureki commented Oct 24, 2019

  1. Added statuscheck all to check all services
  2. Fixed Heroku display.

Heroku incidents json:

# Heroku

incidents = [{'created_at': '2019-10-24T18:39:30.231Z',
'full_url': 'https://status.heroku.com/incidents/1918',
'href': 'https://status.heroku.com/api/v3/issues/1918',
'id': 1918,
'resolved': False,
'status_dev': 'yellow',
'status_prod': 'yellow',
'title': 'Connection timeouts to applications and Heroku Postgres',
'upcoming': False,
'updated_at': '2019-10-24T18:39:30.721Z',
'updates': [{'contents': 'Due to connection timeouts there is a disruption '
'of multiple services such as releases, scaling '
'dynos, Heroku Dashboard, etc.\r\n'
'\r\n'
'Customer applications and add-on services '
'including Heroku Postgres are also being impacted '
'by connection timeouts.',
'created_at': '2019-10-24T18:49:47.743Z',
'id': 6091,
'incident_id': 1918,
'status_dev': 'yellow',
'status_prod': 'yellow',
'title': 'Connection timeouts to applications and Heroku '
'Postgres',
'update_type': 'issue',
'updated_at': '2019-10-24T18:49:50.066Z'},
{'contents': 'We are investigating reports of heightened levels '
'of connection timeouts for requests to '
'applications, as well as for Heroku Postgres '
'requests.\r\n',
'created_at': '2019-10-24T18:39:30.231Z',
'id': 6090,
'incident_id': 1918,
'status_dev': 'green',
'status_prod': 'yellow',
'title': 'Connection timeouts to applications and Heroku '
'Postgres',
'update_type': 'investigating',
'updated_at': '2019-10-24T18:39:30.231Z'}]}]

@amureki amureki self-assigned this Oct 24, 2019
@amureki amureki merged commit a0b8678 into master Oct 24, 2019
@amureki amureki deleted the check_all branch October 24, 2019 19:39
amureki pushed a commit that referenced this pull request Oct 24, 2019
- Added CLI option to check all services (useful for debugging and/or gives you a good feeling): `statuscheck all`
- Fixed Heroku incidents verbose display (#74)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant