{"id":23219337,"url":"https://github.com/markelca/celery-flask-scaffold","last_synced_at":"2026-05-08T15:03:47.964Z","repository":{"id":221896018,"uuid":"755706268","full_name":"MarkelCA/celery-flask-scaffold","owner":"MarkelCA","description":"Basic scaffold for projects involving task queues and long-running processes in Python","archived":false,"fork":false,"pushed_at":"2024-02-11T20:41:00.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T15:11:35.458Z","etag":null,"topics":["celery","docker-compose","flask","python"],"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/MarkelCA.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":"2024-02-10T21:11:01.000Z","updated_at":"2025-03-03T22:22:15.000Z","dependencies_parsed_at":"2024-02-10T22:26:33.185Z","dependency_job_id":"8c92693b-e2f0-42f1-a739-5eeeb4edb39d","html_url":"https://github.com/MarkelCA/celery-flask-scaffold","commit_stats":null,"previous_names":["markelca/celery-flask-example","markelca/celery-flask-scaffold"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarkelCA/celery-flask-scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Fcelery-flask-scaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Fcelery-flask-scaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Fcelery-flask-scaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Fcelery-flask-scaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarkelCA","download_url":"https://codeload.github.com/MarkelCA/celery-flask-scaffold/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Fcelery-flask-scaffold/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270078382,"owners_count":24523372,"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-08-12T02:00:09.011Z","response_time":80,"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","docker-compose","flask","python"],"created_at":"2024-12-18T21:31:44.384Z","updated_at":"2026-05-08T15:03:47.680Z","avatar_url":"https://github.com/MarkelCA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# celery-flask-scaffold\nBase structure for projects involving task queues and long-running processes. Uses Flask to trigger the tasks and redis as storage for the task metadata.\n\n## Requirements\n- [Docker](https://docs.docker.com/get-docker/)\n\n\n## Usage\nInit the containers\n```\ndocker compose up --build\n```\nTrigger the tasks\n```\ncurl -X POST localhost:5000/add -d \"a=50\" -d \"b=10\"\ncurl localhost:5000/fail\ncurl localhost:5000/migration\n```\n\n## Inspect task metadata\n```\nredis-cli -p 6380\nget celery-task-meta-\u003ctask id\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelca%2Fcelery-flask-scaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkelca%2Fcelery-flask-scaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelca%2Fcelery-flask-scaffold/lists"}