Skip to content

Commit

Permalink
Merge pull request #6760 from RasaHQ/pika-event-broker-connection
Browse files Browse the repository at this point in the history
Use multiprocessing for Pika event consumer
  • Loading branch information
rasabot authored Oct 14, 2020
2 parents ed58e43 + b16375b commit 3868797
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 220 deletions.
3 changes: 3 additions & 0 deletions changelog/6760.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Update Pika event broker to be a separate process and make it use a
`multiprocessing.Queue` to send and process messages. This change should help
avoid situations when events stop being sent after a while.
Loading

0 comments on commit 3868797

Please sign in to comment.