Skip to content

Commit

Permalink
read me changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarchandrayan committed Jun 7, 2022
1 parent a6e1c63 commit d2244e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ publish();

### Pause and Restart queue consumption:

- We also support pause and start queue consumption. According to your logical condition, you can fire below events from your process to cancel or restart consumption respectively.
- We also support pause and start queue consumption. According to your logical condition, you can fire below events
from your process to pause or restart consumption respectively. Pausing consumption can be the first step in SIGINT handling.

```js

Expand Down

0 comments on commit d2244e1

Please sign in to comment.