Skip to content

Commit d525edd

Browse files
Update content/microservices/basics.md
Co-authored-by: Kamil Mysliwiec <[email protected]>
1 parent 85e85ef commit d525edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export interface RequestContext<T = any> {
350350
The `data` property is the message payload sent by the message producer. The `pattern` property is the pattern used to identify an appropriate handler to handle the incoming message.
351351

352352

353-
### Timeout
353+
### Handling timeouts
354354

355355
Sometimes, microservices are down or not available. You can handle these cases using the `RxJS` timeout operator in the call. If the microservice does not respond to the request within a certain time, an Exception is thrown, which can be caught and handled appropriately.
356356

0 commit comments

Comments
 (0)