https://github.com/lpsinger/celery-eternal
Celery task subclass for jobs that should run forever
https://github.com/lpsinger/celery-eternal
celery singleton
Last synced: 4 months ago
JSON representation
Celery task subclass for jobs that should run forever
- Host: GitHub
- URL: https://github.com/lpsinger/celery-eternal
- Owner: lpsinger
- License: gpl-2.0
- Created: 2018-01-23T22:55:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T00:54:25.000Z (over 5 years ago)
- Last Synced: 2024-12-18T17:14:22.707Z (6 months ago)
- Topics: celery, singleton
- Language: Python
- Homepage: http://celery-eternal.readthedocs.io/
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Celery-Eternal
[](https://travis-ci.org/lpsinger/celery-eternal)
[](http://celery-eternal.readthedocs.io/en/latest/)celery-eternal provides a [Celery](http://www.celeryproject.org) task subclass
based on [celery-singleton](https://github.com/steinitzu/celery-singleton) and [celery.contrib.abortable](http://docs.celeryproject.org/en/latest/reference/celery.contrib.abortable.html) for jobs that should run forever.