Commit Graph

13 Commits

Author SHA1 Message Date
David Dashyan 9e99c024d3
Replace headers (#2683)
Signed-off-by: David Dashyan <mail@davie.li>
2020-04-06 11:52:18 +02:00
Troy McConaghy abdd23f5a6 Problem: Source files contain no license info (#2455)
* Problem: Source files contain no license info

Solution: Add comments with SPDX license info to source files

* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
Vanshdeep Singh 54b81d3ae8 Problem: Random failure for event handler test (#2423)
Solution: Random failure of test
`tests/test_events.py::test_event_handler_raises_when_called_after_start` seem
to be because of `get_nowait` which returns way to quickly even when the queue
has data. Increasing timeout seems to fix the issue.
2018-08-08 14:23:07 +02:00
vrde 6181e52dbd Problem: Exchange can fail silently (#2177)
Solution: Raise a RuntimeError if Exchange is running and a new
subscriber queue is requested.
2018-04-05 13:57:07 +02:00
Katha e377fb57af
Pre commit styling (#1914)
* run pre-commit and fix errors

* mention pre-commit in our guides
2017-11-30 15:04:14 +01:00
vrde 0f139a1999
Fix typo 2017-08-09 16:35:12 +02:00
vrde c4853f54b9
Add more coverage 2017-08-09 16:23:03 +02:00
vrde 05ff9cd61f
Add docs 2017-08-09 16:14:14 +02:00
vrde a0cbb63db8
Rename things, add tests 2017-08-09 10:51:30 +02:00
vrde 21a7da1c9d
Plugins can subscribe to specific events 2017-08-08 11:28:35 +02:00
vrde 8d72421d7c
Add PubSub 2017-08-08 11:28:35 +02:00
Rodolphe Marques 730b7482f6
cleanup code 2017-04-07 08:42:22 +02:00
Rodolphe Marques 0cbf144ddf
Initial implementation of an event_handler 2017-04-07 08:42:22 +02:00