-
- Downloads
Stop binding tasks to a specific instance of the celery app
The celery.shared_task decorator allows late-binding of tasks to any celery app, which is well suited for our "task plugin" architecture.
Showing
- swh/lister/bitbucket/tasks.py 5 additions, 7 deletionsswh/lister/bitbucket/tasks.py
- swh/lister/cgit/tasks.py 3 additions, 3 deletionsswh/lister/cgit/tasks.py
- swh/lister/cran/tasks.py 3 additions, 3 deletionsswh/lister/cran/tasks.py
- swh/lister/debian/tasks.py 3 additions, 3 deletionsswh/lister/debian/tasks.py
- swh/lister/github/tasks.py 5 additions, 6 deletionsswh/lister/github/tasks.py
- swh/lister/gitlab/tasks.py 5 additions, 6 deletionsswh/lister/gitlab/tasks.py
- swh/lister/gnu/tasks.py 3 additions, 3 deletionsswh/lister/gnu/tasks.py
- swh/lister/npm/tasks.py 4 additions, 4 deletionsswh/lister/npm/tasks.py
- swh/lister/packagist/tasks.py 3 additions, 3 deletionsswh/lister/packagist/tasks.py
- swh/lister/phabricator/tasks.py 4 additions, 3 deletionsswh/lister/phabricator/tasks.py
- swh/lister/pypi/tasks.py 3 additions, 3 deletionsswh/lister/pypi/tasks.py
Loading
Please register or sign in to comment