{"id":19185948,"url":"https://github.com/ma-pony/nameko-apscheduler","last_synced_at":"2025-05-08T01:16:26.305Z","repository":{"id":57444740,"uuid":"264624309","full_name":"ma-pony/nameko-apscheduler","owner":"ma-pony","description":"A Nameko dependency provider for easy use with apscheduler.","archived":false,"fork":false,"pushed_at":"2023-02-22T14:51:20.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T01:16:20.180Z","etag":null,"topics":["apscheduler","nameko"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ma-pony.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}},"created_at":"2020-05-17T09:15:56.000Z","updated_at":"2023-09-17T14:37:31.000Z","dependencies_parsed_at":"2025-04-20T05:31:55.808Z","dependency_job_id":"3cdee507-cdcc-43a6-83d9-5b95ec312337","html_url":"https://github.com/ma-pony/nameko-apscheduler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma-pony%2Fnameko-apscheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma-pony%2Fnameko-apscheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma-pony%2Fnameko-apscheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma-pony%2Fnameko-apscheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ma-pony","download_url":"https://codeload.github.com/ma-pony/nameko-apscheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978811,"owners_count":21834920,"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","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":["apscheduler","nameko"],"created_at":"2024-11-09T11:12:34.773Z","updated_at":"2025-05-08T01:16:26.269Z","avatar_url":"https://github.com/ma-pony.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Nameko Apscheduler\n=================\n\nA [Nameko](http://nameko.readthedocs.org) dependency provider for easy use with [apscheduler](https://github.com/agronholm/apscheduler).\n\nQuick Start\n-----------\n\nInstall from [PyPI](https://pypi.python.org/pypi/nameko-apscheduler):\n\n    pip install nameko-apscheduler\n\n``` {.sourceCode .python}\n# service.py\n\nfrom nameko.rpc import rpc\nfrom nameko_apscheduler import Scheduler\n\nclass Service:\n\n    name = 'example'\n\n    scheduler = Scheduler()\n\n```\n\nCreate a config file with essential settings:\n\n``` {.sourceCode .yaml}\n# config.yaml\n\nAMQP_URI: 'pyamqp://guest:guest@localhost'\nAPSCHDULER:\n    exchange_name: nameko-apscheduler\n    jobstores:\n        default:\n            type: sqlalchemy\n            url: mysql+mysqlconnector://${DB_USER:root}:${DB_PASS:}@${DB_SERVER:localhost}/${DB_NAME:crm}\n    executors:\n        default:\n            type: threadpool\n            max_workers: 20\n    job_defaults:\n        coalesce: False\n        max_instances: 1\n        misfire_grace_time: 1\n    timezone: UTC\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma-pony%2Fnameko-apscheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fma-pony%2Fnameko-apscheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma-pony%2Fnameko-apscheduler/lists"}