1
0
Fork 0
satnogs-db/db/base
Corey Shields 61f9137aae Fix celery cyclical dependency
Fixes the cyclical dependency between celery.py and tasks.py when update_all_tle is called outside of celery by switching to autodiscovered tasks

Signed-off-by: Corey Shields <cshields@gmail.com>
[acinonyx@openwrt.gr: use @shared_task decorator and wrapper tasks to workaround celery bug]
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-08-19 01:13:28 +03:00
..
fixtures Update transmitters fixture 2019-07-11 14:10:47 +03:00
management Linting for R0914 2019-07-27 12:10:47 -04:00
migrations Add transmitter service field 2019-07-11 14:10:47 +03:00
templatetags pylint C0111 docstrings 2019-07-12 22:36:18 -04:00
__init__.py Initial commit 2015-04-22 18:10:13 +03:00
admin.py review fixes for !393 2019-07-17 09:26:13 -04:00
context_processors.py Do not call return in 'if' and 'else' 2019-07-17 17:52:10 +03:00
forms.py Move form validation function out of class, fix 'E0213' pylint error 2019-07-17 17:51:48 +03:00
helpers.py linting for W0703 2019-07-13 18:08:55 -04:00
models.py move py2 lint exceptions to .pylintrc 2019-08-10 15:53:00 -04:00
tasks.py Fix celery cyclical dependency 2019-08-19 01:13:28 +03:00
tests.py move py2 lint exceptions to .pylintrc 2019-08-10 15:53:00 -04:00
urls.py pylint C0111 docstrings 2019-07-12 22:36:18 -04:00
utils.py Flake and isort fixes 2019-07-27 15:55:20 -04:00
views.py Linting W0511 2019-07-27 15:38:02 -04:00