{"id":19288362,"url":"https://github.com/techascent/tech.queue","last_synced_at":"2025-07-17T07:06:28.686Z","repository":{"id":62434849,"uuid":"143072542","full_name":"techascent/tech.queue","owner":"techascent","description":"Simple queuing abstraction","archived":false,"fork":false,"pushed_at":"2020-08-03T21:03:19.000Z","size":74,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T20:38:55.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techascent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-31T21:34:23.000Z","updated_at":"2021-12-11T22:09:49.000Z","dependencies_parsed_at":"2022-11-01T21:16:16.049Z","dependency_job_id":null,"html_url":"https://github.com/techascent/tech.queue","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/techascent/tech.queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techascent%2Ftech.queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techascent%2Ftech.queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techascent%2Ftech.queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techascent%2Ftech.queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techascent","download_url":"https://codeload.github.com/techascent/tech.queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techascent%2Ftech.queue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265575504,"owners_count":23790780,"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-11-09T22:08:48.322Z","updated_at":"2025-07-17T07:06:28.670Z","avatar_url":"https://github.com/techascent.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tech.queue\n\n[![Clojars Project](https://clojars.org/techascent/tech.queue/latest-version.svg)](https://clojars.org/techascent/tech.queue)\n\nSimple queue abstraction.  Setup a queue/worker abstraction that will survive crashes and machine reboots.\n\nChoose either filesystem or sqs to back your *unordered* [queues](src/tech/queue.clj).\n\n```clojure\n(q/put! \"file://tmp/queue-a\" {:data 1})\n\n(let [task (q/take! \"file://temp/queue-a\")]\n  (println (q/task-\u003emsg \"file://temp/queue-a\" task))\n  (q/complete! \"file://temp/queue-a\" task))\n```\n\nAlso implemented is a worker abstraction that works with the component library and enables robust, \nhigh volume processing of tasks in a system environment.\n\nThere are no ordering guarantees made across queue systems at this time.\n\n## Examples\n\nPlease see [queue-test](test/tech/queue_test.clj).\n\nFor using the worker abstraction, please see [worker-test](test/tech/queue/worker_test.clj).\n\n## License\n\nCopyright © 2018 TechAscent, LLC.\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechascent%2Ftech.queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechascent%2Ftech.queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechascent%2Ftech.queue/lists"}