{"id":22213218,"url":"https://github.com/benhid/go-worker","last_synced_at":"2026-05-16T17:38:49.812Z","repository":{"id":57693598,"uuid":"485387015","full_name":"benhid/go-worker","owner":"benhid","description":"Run jobs in containers.","archived":false,"fork":false,"pushed_at":"2022-04-25T13:45:30.000Z","size":121,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T11:32:22.215Z","etag":null,"topics":["docker","golang","runner","task-runner","worker"],"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/benhid.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":"2022-04-25T13:39:22.000Z","updated_at":"2022-12-16T08:28:39.000Z","dependencies_parsed_at":"2022-09-26T21:01:12.030Z","dependency_job_id":null,"html_url":"https://github.com/benhid/go-worker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benhid/go-worker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Fgo-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Fgo-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Fgo-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Fgo-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benhid","download_url":"https://codeload.github.com/benhid/go-worker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Fgo-worker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33112307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","golang","runner","task-runner","worker"],"created_at":"2024-12-02T21:09:05.379Z","updated_at":"2026-05-16T17:38:49.785Z","avatar_url":"https://github.com/benhid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## worker 🍱\n\n[![CI](https://github.com/benhid/go-worker/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/benhid/go-worker/actions/workflows/ci.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/benhid/go-worker)](https://goreportcard.com/report/github.com/benhid/go-worker)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nRun jobs using containerized functions. The worker keeps a pool of warm containers to reduce overhead, so new job are executed as they arrive.\n\nCode execution is handled by the [agent](https://github.com/benhid/go-agent).\n\n![](docs/overview.png)\n\n## Get started\n\n### Build\n\n```bash\ngo build -v\n```\n\n### Run\n\nStart worker with:\n\n```bash\n./worker [-listen \":8090\"] [-image \"hello-python\"] [-min-size 10]\n```\n\n### Usage\n\n```bash\ncurl -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"ID\": \"1\", \"Payload\": \"hello world\"}' \\\n  http://0.0.0.0:8090/run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenhid%2Fgo-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenhid%2Fgo-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenhid%2Fgo-worker/lists"}