{"id":19311068,"url":"https://github.com/boxuk/wrap-worker","last_synced_at":"2026-05-18T07:08:57.934Z","repository":{"id":7984427,"uuid":"9388903","full_name":"boxuk/wrap-worker","owner":"boxuk","description":"Worker Ring Middleware","archived":false,"fork":false,"pushed_at":"2013-05-21T08:24:05.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-01-06T02:20:19.362Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxuk.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":"2013-04-12T07:32:01.000Z","updated_at":"2013-12-23T04:01:51.000Z","dependencies_parsed_at":"2022-07-22T05:32:22.414Z","dependency_job_id":null,"html_url":"https://github.com/boxuk/wrap-worker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwrap-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwrap-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwrap-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwrap-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxuk","download_url":"https://codeload.github.com/boxuk/wrap-worker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415216,"owners_count":19797599,"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-10T00:27:33.899Z","updated_at":"2026-05-18T07:08:52.913Z","avatar_url":"https://github.com/boxuk.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Worker Ring Middleware\n\nRing middleware which uses [Worker](https://github.com/boxuk/worker) to handle identical simultaneous requests.\n\n## Installation\n\nAvailable from [Clojars](https://clojars.org/boxuk/wrap-worker).\n\n## Usage\n\n```clojure\n(ns my.project\n  (:use [wrap-worker :only [wrap-worker]])\n  (:require (compojure [handler :as handler])))\n\n(-\u003e #'app-routes\n  (wrap-worker)\n  (handler/site))\n```\n\n## How It Works\n\nThe middleware will (for GET requests only) check the URI and any parameters,\nand use these to pass to [Worker](https://github.com/boxuk/worker) to handle identical requests with the same\nprocess.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fwrap-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxuk%2Fwrap-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fwrap-worker/lists"}