mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: if redis is flushed message bus will keep working
also remove message bus dependency on eventmachine
This commit is contained in:
parent
0a062112d9
commit
4408ea2a42
@ -62,7 +62,7 @@ GEM
|
|||||||
coderay (1.1.0)
|
coderay (1.1.0)
|
||||||
connection_pool (2.1.2)
|
connection_pool (2.1.2)
|
||||||
crass (1.0.1)
|
crass (1.0.1)
|
||||||
daemons (1.1.9)
|
daemons (1.2.2)
|
||||||
debug_inspector (0.0.2)
|
debug_inspector (0.0.2)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
@ -213,8 +213,7 @@ GEM
|
|||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
memory_profiler (0.9.0)
|
memory_profiler (0.9.0)
|
||||||
message_bus (1.0.9)
|
message_bus (1.0.10)
|
||||||
eventmachine
|
|
||||||
rack (>= 1.1.3)
|
rack (>= 1.1.3)
|
||||||
redis
|
redis
|
||||||
metaclass (0.0.4)
|
metaclass (0.0.4)
|
||||||
|
Loading…
Reference in New Issue
Block a user