{"id":39141022,"url":"https://github.com/igmagollo/go-sticky-worker-pool","last_synced_at":"2026-01-17T21:30:44.663Z","repository":{"id":247773336,"uuid":"824298464","full_name":"igmagollo/go-sticky-worker-pool","owner":"igmagollo","description":"simple zero-dependency key-sticky worker pool","archived":false,"fork":false,"pushed_at":"2024-07-05T12:47:39.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-10T14:35:29.294Z","etag":null,"topics":["go","hash","sticky","worker-pool"],"latest_commit_sha":null,"homepage":"","language":"Go","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/igmagollo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T19:57:56.000Z","updated_at":"2024-07-10T14:35:50.103Z","dependencies_parsed_at":"2024-07-10T14:51:17.855Z","dependency_job_id":null,"html_url":"https://github.com/igmagollo/go-sticky-worker-pool","commit_stats":null,"previous_names":["igmagollo/go-sticky-worker-pool"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/igmagollo/go-sticky-worker-pool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igmagollo%2Fgo-sticky-worker-pool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igmagollo%2Fgo-sticky-worker-pool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igmagollo%2Fgo-sticky-worker-pool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igmagollo%2Fgo-sticky-worker-pool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igmagollo","download_url":"https://codeload.github.com/igmagollo/go-sticky-worker-pool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igmagollo%2Fgo-sticky-worker-pool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28518627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","hash","sticky","worker-pool"],"created_at":"2026-01-17T21:30:44.524Z","updated_at":"2026-01-17T21:30:44.617Z","avatar_url":"https://github.com/igmagollo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-sticky-worker-pool\n![Coverage](https://img.shields.io/badge/Coverage-94.2%25-brightgreen)\n\nThis is a very simple implementation of key-sticky concurrency over go routines.\n\nImagine you have an FIFO queue and you want to run jobs concurrently keeping ordering. Well, you can't guarantee though, but you can guarantee ordering of correlated workloads (e.g. workloads of the same user id, or the same aggregate id).\nBesides that, it may reduce your lock management overhead, since correlated jobs will run in order, and possibly will help you avoid deadlocks.\n\nThis is achieved by using a consistent hash that delivers workloads with the same key to the same channel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figmagollo%2Fgo-sticky-worker-pool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figmagollo%2Fgo-sticky-worker-pool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figmagollo%2Fgo-sticky-worker-pool/lists"}