Skip to content

Commit

Permalink
refactor: shorten id to avoid issue based on length of the id
Browse files Browse the repository at this point in the history
  • Loading branch information
umbobabo committed Sep 4, 2020
1 parent 30a3875 commit 52196c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/health.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports.check = opts => {
getStatus: () => {
return {
name: 'n-url-management-api-read-client health check',
id: 'n-url-management-api-read-client-failure-mode',
id: 'nUrlManApiRC-fm',
ok: !active.totalFailure(),
checkOutput: `Total failure mode (can't reach either master or slave DynamoDBs) when following is true: ${active.totalFailure()}. Currently using ${active()} table.`,
lastUpdated: new Date(),
Expand Down

0 comments on commit 52196c6

Please sign in to comment.