Skip to content

Commit 5e84c01

Browse files
committed
Remove notifier reference
1 parent b755913 commit 5e84c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ There are five ways to handle operational errors:
218218
- **Log the error — and do nothing else**. If it's a minor error and there’s nothing you can do about, and there is no reason to stop the whole process.
219219
- **Crash immediately**. If the error cannot be handled and can affect data integrity.
220220

221-
In our case, we consider all `fetch`-related and `extract`-related errors as expected, so as operational errors and we handle them by logging but we do not stop the whole process. We handle errors related to the `notifier` in the same way.
221+
In our case, we consider all `fetch`-related and `extract`-related errors as expected, so as operational errors and we handle them by logging but we do not stop the whole process.
222222
In contrast, we consider errors from the `recorder` module as fatal, and we crash immediately.
223223

224224
#### Handling programmer errors

0 commit comments

Comments
 (0)