Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit af8ace5

Browse files
author
Sai Wong
committed
Fixed keywords definition for bunny-treads post
Looks like the keywords expect space delimited.
1 parent 78dfa1a commit af8ace5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-11-12-bunny-threads.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Rabbits, Bunnies and Threads
44
author: Sai Wong
55
summary: When writing Ruby, we sometimes take advantage of the single threaded nature of the environment and forget some of the pitfalls of being thread safe. When using servers such as Puma that allow us to take advantage of thread to maximize on performance, we found an issue with our Bunny implementation. The issue was identified as a documented inability for Bunny channels to be shared across threads and we developed a solution to address the issue.
66
image: http://res.cloudinary.com/wework/image/upload/s--GnhXQxhq--/c_scale,q_jpegmini:1,w_1000/v1445269362/engineering/shutterstock_262325693.jpg
7-
categories: ruby, rails, bunny, rabbitmq, threads, concurrency, puma, errors
7+
categories: ruby rails bunny rabbitmq threads concurrency puma errors
88
---
99

1010
## Rabbits, Bunnies and Threads

0 commit comments

Comments
 (0)