Skip to content

Commit 03602fd

Browse files
committed
ICL: Readme fixes.
1 parent 384e885 commit 03602fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ class Foo extends Command
252252

253253
#### Notifications deduplication
254254

255-
Often different console commands can produce similar errors. For example, maybe all of your commands are using some common external service. And if that service goes down, you'll get an error notification from each of your command.
256-
Or, another example, probably you're using database server. If it goes down - again, you'll get an error notification from each of your command.
255+
Often different console commands can produce similar errors. For example, maybe all of your commands are using some common external service. And if that service goes down, you'll get an error notification from each of your commands.
256+
Or, another example, probably you're using database server. If it goes down - again, you'll get an error notification from each of your commands.
257257
And this can be a problem, if you have a huge number of commands. You'll get hundreds of emails for a few hours.
258258

259259
The good news is that you can deduplicate notifications very easy. You can enable deduplication by overriding `getNotificationDeduplication` method.

0 commit comments

Comments
 (0)