Skip to content

Commit c08c4a3

Browse files
committed
Update README
1 parent e37d5f7 commit c08c4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Dispatching commands to be processed elsewhere keeps the workflow queue moving q
1818
### Key features
1919

2020
- 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
2222
- 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!)
2424
- Long running workloads can be processed in a repository workflow queue of their own
2525
- 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
2626

0 commit comments

Comments
 (0)