{"id":37808150,"url":"https://github.com/fayleenpc/go_tasks_queue","last_synced_at":"2026-01-16T15:31:50.142Z","repository":{"id":311307817,"uuid":"1043262571","full_name":"fayleenpc/go_tasks_queue","owner":"fayleenpc","description":"A distributed task queue system built in Go with dashboard and observability support.","archived":false,"fork":false,"pushed_at":"2025-08-23T14:41:12.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T05:18:47.618Z","etag":null,"topics":["dashboard","distributed-systems","golang","microservices","observability","task-queue"],"latest_commit_sha":null,"homepage":"","language":"Go","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/fayleenpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-08-23T13:36:12.000Z","updated_at":"2025-08-23T14:48:11.000Z","dependencies_parsed_at":"2025-08-24T06:33:15.910Z","dependency_job_id":"f1a94b37-b017-42a8-bd4c-b268bf772f1f","html_url":"https://github.com/fayleenpc/go_tasks_queue","commit_stats":null,"previous_names":["fayleenpc/go_tasks_queue"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fayleenpc/go_tasks_queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayleenpc%2Fgo_tasks_queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayleenpc%2Fgo_tasks_queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayleenpc%2Fgo_tasks_queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayleenpc%2Fgo_tasks_queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fayleenpc","download_url":"https://codeload.github.com/fayleenpc/go_tasks_queue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayleenpc%2Fgo_tasks_queue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["dashboard","distributed-systems","golang","microservices","observability","task-queue"],"created_at":"2026-01-16T15:31:49.997Z","updated_at":"2026-01-16T15:31:50.129Z","avatar_url":"https://github.com/fayleenpc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GTQ Ultra — Production Task Queue (Full Bundle)\n\nThis bundle ships a **complete production system**:\n- Go **API** and **Worker** with Redis queue, metrics, tracing, job search (cursor), retry/backoff, visibility timeout\n- **PostgreSQL sink** for job history/audit\n- **Next.js dashboard** (NextAuth OAuth, filters, pagination, enqueue)\n- **Docker Compose** (Redis, Postgres, Jaeger, Prometheus, Grafana, API, Worker, Dashboard)\n- **Helm charts** (API + Worker + HPA) for staging/prod\n- **OpenAPI spec**, **Prometheus rules**, **Grafana dashboards**\n- **GitHub Actions CI**\n\n## Quickstart (Local)\n\n```bash\nmake dev\n# Dashboard:   http://localhost:3000\n# API:         http://localhost:8080/healthz\n# Jaeger:      http://localhost:16686\n# Grafana:     http://localhost:3001  (admin/admin)\n# Prometheus:  http://localhost:9090\n```\n\nEnqueue a sample job:\n```bash\ncurl -X POST \"http://localhost:8080/enqueue?queue=default\u0026task=echo\"   -H \"X-API-Key: devkey\" -H \"Content-Type: application/json\"   -d '{\"hello\":\"world\"}'\n```\n\nSearch jobs:\n```bash\ncurl -H \"X-API-Key: devkey\" \"http://localhost:8080/jobs?status=success\u0026limit=10\"\n```\n\n## Kubernetes (Helm)\n\n```bash\nhelm upgrade --install gtq charts/gtq -f charts/gtq/values-prod.yaml\n```\n\n---\n\n## Deluxe Pack Additions\n- Kind demo lab (`infra/kind`)\n- CI/CD polish with SBOM \u0026 Trivy (`.github/workflows/ci.yml`)\n- E2E tests (pytest + k6) (`tests/e2e`)\n- MkDocs documentation site (`docs/` + `.github/workflows/docs.yml`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffayleenpc%2Fgo_tasks_queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffayleenpc%2Fgo_tasks_queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffayleenpc%2Fgo_tasks_queue/lists"}