{"id":21191346,"url":"https://github.com/hasanisaeed/sequential-celery-workers","last_synced_at":"2026-02-27T05:38:14.998Z","repository":{"id":124704625,"uuid":"565204954","full_name":"hasanisaeed/sequential-celery-workers","owner":"hasanisaeed","description":"An example of running multiple celery with each other consecutively","archived":false,"fork":false,"pushed_at":"2023-01-06T06:34:25.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T18:43:12.572Z","etag":null,"topics":["celery","celery-task","celery-tasks","celery-workers"],"latest_commit_sha":null,"homepage":"","language":"Python","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/hasanisaeed.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}},"created_at":"2022-11-12T17:01:53.000Z","updated_at":"2024-07-05T15:27:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"a232fffa-fdf9-4deb-bee2-b8fe9ffa9d19","html_url":"https://github.com/hasanisaeed/sequential-celery-workers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hasanisaeed/sequential-celery-workers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasanisaeed%2Fsequential-celery-workers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasanisaeed%2Fsequential-celery-workers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasanisaeed%2Fsequential-celery-workers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasanisaeed%2Fsequential-celery-workers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasanisaeed","download_url":"https://codeload.github.com/hasanisaeed/sequential-celery-workers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasanisaeed%2Fsequential-celery-workers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266821935,"owners_count":23989820,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"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-task","celery-tasks","celery-workers"],"created_at":"2024-11-20T19:02:30.848Z","updated_at":"2026-02-27T05:38:09.973Z","avatar_url":"https://github.com/hasanisaeed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Scenario:\n\n\u003e Three different projects that work together! \n\n- `c1` send data to `c2`\n\n- `c2` receive data from `c1` and send data to `c3`\n\n- `c3` receive data from `c2` and return results to `c2`\n\n- `c2` return results to `c1`\n\n### Run celery workers in their folders\n\n```bash\n\ncd c1/\npython main.py    # run main file to start sending data\n    \ncelery -A tasks worker -l INFO\n\ncd c2/\ncelery -A tasks worker -l INFO\n\ncd c3/\ncelery -A tasks worker -l INFO\n```\n\n\u003e Warning: update your `broker` and `backend` urls!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasanisaeed%2Fsequential-celery-workers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasanisaeed%2Fsequential-celery-workers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasanisaeed%2Fsequential-celery-workers/lists"}