{"id":19399403,"url":"https://github.com/errbit/errbit_zmq_handler","last_synced_at":"2025-11-18T02:03:16.683Z","repository":{"id":136247715,"uuid":"1399698","full_name":"errbit/errbit_zmq_handler","owner":"errbit","description":"Errbit extension providing handler for notices transfered via 0MQ","archived":false,"fork":false,"pushed_at":"2012-06-06T11:23:27.000Z","size":104,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-24T23:28:51.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/oruen/errbit_zmq_handler","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/errbit.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-22T22:08:25.000Z","updated_at":"2022-10-20T09:35:33.000Z","dependencies_parsed_at":"2023-03-10T19:51:08.488Z","dependency_job_id":null,"html_url":"https://github.com/errbit/errbit_zmq_handler","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/errbit/errbit_zmq_handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Ferrbit_zmq_handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Ferrbit_zmq_handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Ferrbit_zmq_handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Ferrbit_zmq_handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errbit","download_url":"https://codeload.github.com/errbit/errbit_zmq_handler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Ferrbit_zmq_handler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284988465,"owners_count":27095952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-18T02:00:05.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T11:09:16.754Z","updated_at":"2025-11-18T02:03:16.665Z","avatar_url":"https://github.com/errbit.png","language":"Ruby","readme":"= Errbit 0MQ Handler\n\nErrbit notifier extension for handling notices over 0mq socket.\n  \nOne should use this library to listen to Hoptoad 0MQ Notifier powered app (https://github.com/oruen/hoptoad_zmq_notifier)\n\nAdvantage of using Errbit 0MQ Handler is async notices processing. You could fire notices from the client and not depend on\ntimeouts, service unavailability and services errors.\n\n== Requirements\n\nRuby 1.9 or JRuby. ffi-rzmq is not working with MRI (and REE) 1.8.7.\n\n== Installation\n\nInstall zeromq 2.1 from http://www.zeromq.org or your favorite package system.\n\nGet Errbit https://github.com/errbit/errbit\n\nInstall the gem:\n\n  gem install errbit_zmq_handler\n\n== Usage\n\nConfig 0MQ handler by defining it's address it \u003ctt\u003econfig/initializers/errbit_zmq_handler.rb\u003c/tt\u003e:\n  \n  ErrbitZmqHandler.configure do |config|\n    # Address to bind to listen exception notifications \n    config.uri = \"tcp://127.0.0.1:9998\"\n  end\n\nStarting handler daemon:\n  APP_ROOT=/path/to/app/root RAILS_ENV=production errbit_zmq_handler start\n\nStop handler daemon:\n  APP_ROOT=/path/to/app/root RAILS_ENV=production errbit_zmq_handler stop\n\nRestart handler daemon:\n  APP_ROOT=/path/to/app/root RAILS_ENV=production errbit_zmq_handler restart\n\n\n== License\n\nHoptoadZmqNotifier is Copyright © 2011 oruen. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbit%2Ferrbit_zmq_handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrbit%2Ferrbit_zmq_handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbit%2Ferrbit_zmq_handler/lists"}