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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Dispatching commands to be processed elsewhere keeps the workflow queue moving q
18
18
### Key features
19
19
20
20
- Easy configuration of "ChatOps" slash commands
21
-
- Enables separating the queue of `issue_comment` events from the queue of commands to process to keep it fast moving
21
+
- Enables separating the queue of `issue_comment` events from the queue of dispatched commands to keep it fast moving
22
22
- Users receive faster feedback that commands have been seen and are waiting to be processed
23
-
- The ability to handle processing commands in multiple repositories in parallel
23
+
- The ability to handle processing commands in multiple repositories in parallel (repository == process queue!)
24
24
- Long running workloads can be processed in a repository workflow queue of their own
25
25
- Even if commands are dispatched and processed in the same repository, separation of comment parsing and command processing makes workflows more maintainable, and with less duplication
0 commit comments