Skip to content

Commit 80c21c2

Browse files
committed
Update README
1 parent d77323e commit 80c21c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ In repositories with a lot of activity, the workflow queue will get backed up ve
1515

1616
Dispatching commands to be processed elsewhere keeps the workflow queue moving quickly. It essentially enables parallel processing of workflows.
1717

18-
### Key features
19-
20-
- Enables separating the queue of `issue_comment` events from the queue of dispatched commands to keep it fast moving
21-
- Users receive faster feedback that commands have been seen and are waiting to be processed
22-
- The ability to handle processing commands in multiple repositories in parallel
23-
- Long running workloads can be separated to a repository workflow queue of their own
24-
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.
26-
2718
### Demo and examples
2819

2920
The best way to understand how this works is to try it out for yourself.

0 commit comments

Comments
 (0)