Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 7c68877e72 Retire zmq-event-publisher
The repo has been forked and is maintained elsewhere.
OpenStack does not need it anymore, so retire it.

Depends-On: https://review.opendev.org/702745
Change-Id: I0787450fdc66beba7d191280b9d208ab2fc024d6
2020-01-15 21:32:13 +01:00
Ian Wienand 54759994c6 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ie0344a5bd22f459f7ef3c90678e5e0ff31a93972
2019-03-24 20:36:29 +00:00
Michael Krotscheck 2507e04dd8 Switched documentation to point to storyboard.
We've migrated this project to storyboard, I'm updating the documentation links.

Change-Id: I2497ef1a2fe2159181ac2994f0cc39282a2c66e0
2014-11-11 15:58:21 -08:00
Clark Boylan 9fa445bb35 Update README with contributing info.
The README was lacking information on how to contribute and file bugs.
Fix this.

Change-Id: Ice3759b039ec33ffa3ace00db9ce93c9f9de2bae
2014-03-06 14:37:50 -08:00
Clark Boylan 135d273963 Use single thread to perform all zmq sends.
jeromq does not appear to be thread safe. Use a single thread to call
send on the ZMQ socket to avoid contention for those resources. Have the
RunListener pass events to the ZMQ sender thread with a BlockingQueue.

Do not block when offering events to that queue to avoid
starvation/deadlock in the Jenkins job runners. Events may potentially
be lost if ZMQ cannot keep up.
2013-01-31 10:59:53 -08:00
Clark Boylan 8d334cd9a9 Use jeromq instead of jzmq. 2013-01-25 13:42:38 -08:00
Clark Boylan f92be91eb0 Add a README and fix copyright/license headers. 2013-01-23 17:00:05 -08:00