{"id":16068112,"url":"https://github.com/ged/symphony","last_synced_at":"2025-04-05T10:14:19.989Z","repository":{"id":15124555,"uuid":"17851575","full_name":"ged/symphony","owner":"ged","description":"An asynchronous job system.","archived":false,"fork":false,"pushed_at":"2020-04-09T22:12:35.000Z","size":267,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T20:57:08.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ged.png","metadata":{"files":{"readme":"README.md","changelog":"History.rdoc","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-18T02:47:55.000Z","updated_at":"2021-11-28T23:34:46.000Z","dependencies_parsed_at":"2022-08-29T03:30:08.941Z","dependency_job_id":null,"html_url":"https://github.com/ged/symphony","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fsymphony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fsymphony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fsymphony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fsymphony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ged","download_url":"https://codeload.github.com/ged/symphony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318746,"owners_count":20919483,"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","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-10-09T06:08:36.048Z","updated_at":"2025-04-05T10:14:19.970Z","avatar_url":"https://github.com/ged.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# symphony\n\nhome\n: https://hg.sr.ht/~ged/symphony\n\ndocs\n: https://deveiate.org/code/symphony\n\ngithub\n: https://github.com/ged/symphony\n\n\n## Description\n\nSymphony is a subscription-based asynchronous job system. It\nallows you to define jobs that watch for lightweight events from a\ndistributed-messaging AMQP broker, and do work based on their payload.\n\nIt includes several executables under bin/:\n\nsymphony::\n  A daemon which manages startup and shutdown of one or more Workers\n  running Tasks as they are published from a queue.\n\nsymphony-task::\n  A wrapper that runs a single task, useful for testing, or if you don't\n  require the process management that the symphony daemon provides.\n\n\n## Synopsis\n\n\tclass WorkerTask \u003c Symphony::Task\n\t\t# Process all events\n\t\tsubscribe_to '#'\n\n\t\tdef work( payload, metadata )\n\t\t\tputs \"I got a payload! %p\" % [ payload ]\n\t\t\treturn true\n\t\tend\n\tend\n\n\nFor a more detailed description of usage, please refer to the USAGE document.\n\n\n## Installation\n\n    gem install symphony\n\n\n## Contributing\n\nYou can check out the current development source with Mercurial via its\n[project page](https://hg.sr.ht/~ged/symphony). Or if you prefer Git, via\n[its Github mirror](https://github.com/ged/symphony).\n\nAfter checking out the source, run:\n\n    $ rake setup\n\nThis task will install dependencies, and do any other necessary developer setup.\n\n\n## Authors\n\n- Michael Granger \u003cged@faeriemud.org\u003e\n- Mahlon E. Smith \u003cmahlon@martini.nu\u003e\n\n\n## License\n\nCopyright (c) 2011-2020, Michael Granger and Mahlon E. Smith\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice,\n  this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author/s, nor the names of the project's\n  contributors may be used to endorse or promote products derived from this\n  software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fsymphony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fged%2Fsymphony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fsymphony/lists"}