{"id":15524562,"url":"https://github.com/sergeyklay/celerypg","last_synced_at":"2026-06-13T02:33:33.818Z","repository":{"id":145824861,"uuid":"406138522","full_name":"sergeyklay/celerypg","owner":"sergeyklay","description":"My playground for Celery trials ","archived":false,"fork":false,"pushed_at":"2021-09-16T22:37:51.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-16T06:15:12.740Z","etag":null,"topics":["celery","celery-redis","celery-task","celery-tasks","python-celery"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergeyklay.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-13T21:45:49.000Z","updated_at":"2023-04-08T10:25:32.000Z","dependencies_parsed_at":"2023-07-30T11:00:48.873Z","dependency_job_id":null,"html_url":"https://github.com/sergeyklay/celerypg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sergeyklay/celerypg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyklay%2Fcelerypg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyklay%2Fcelerypg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyklay%2Fcelerypg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyklay%2Fcelerypg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeyklay","download_url":"https://codeload.github.com/sergeyklay/celerypg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyklay%2Fcelerypg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["celery","celery-redis","celery-task","celery-tasks","python-celery"],"created_at":"2024-10-02T10:51:42.320Z","updated_at":"2026-06-13T02:33:33.813Z","avatar_url":"https://github.com/sergeyklay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Celery Playgroud\n\n[![Code Linting][actions-badge]][actions link]\n\nMy primary playground for doing Celery trials. Hence, the name.\n\n\n## Contents\n\n\n- **Workflow Primitives**\n  - [`chord`][workflow]: Performing a task after all tasks have been completed\n  - [`chain`][chain]: Performing chord with group of chains and a callback at the end\n\n## Prerequisites\n\nTo play with this project at your local environment you'll need the following\nrequirements:\n\n- Python \u003e= 3.7\n- Redis or Docker\n\nThe project should work the same on the all major systems macOs, Linux,\nWindows or WSL.\n\n## Installing\n\nTo install all dependencies such as Celery use the pip:\n\n```\n$ python -m pip install -r requirements.txt\n```\n\n## Run tests\n\n1. Start Redis:\n   ```\n   $ docker run -d -p 6379:6379 redis\n   ```\n\n2. Run the consumer (worker) instance:\n   ```\n   $ celery -A \u003cmodule\u003e worker --loglevel=INFO\n   ```\n\n3. Run the producer:\n   ```\n   $ python -m \u003cmodule\u003e.producer\n   ```\n\n## License\n\nThis is free and unencumbered software released into the public domain.\nFor more see [LICENSE][license] file.\n\n[actions link]: https://github.com/sergeyklay/celerypg/actions/workflows/cs.yml\n[actions-badge]: https://github.com/sergeyklay/celerypg/actions/workflows/cs.yml/badge.svg\n[workflow]: https://github.com/sergeyklay/celerypg/tree/master/workflow\n[chain]: https://github.com/sergeyklay/celerypg/tree/master/chain\n[license]: https://github.com/sergeyklay/celerypg/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeyklay%2Fcelerypg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeyklay%2Fcelerypg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeyklay%2Fcelerypg/lists"}