You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,8 @@ publish();
223
223
224
224
### Pause and Restart queue consumption:
225
225
226
-
- 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.
226
+
- We also support pause and start queue consumption. According to your logical condition, you can fire below events
227
+
from your process to pause or restart consumption respectively. Pausing consumption can be the first step in SIGINT handling.
0 commit comments