1
0
Fork 0
Commit Graph

18 Commits (0ed2663f8930005b6e8bbcdb5f0bef8250887391)

Author SHA1 Message Date
Alfredos-Panagiotis Damkalis 69b694b5df Remove periodic run of sync_to_db task
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-12-21 22:36:28 +02:00
Fabian P. Schmidt aa3261683d celery|tasks: Fix celery cyclical dependency (R0401)
Fixes the cyclical dependency between celery.py and tasks.py when
the task is called outside of celery by switching to autodiscovered tasks.
Use @shared_task decorator and wrapper tasks to workaround celery bug.

Fixes cyclic-import pylint error (R0401).

Commit based on: librespacefoundation/satnogs/satnogs-db@61f9137a

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2019-12-07 15:22:41 +01:00
Alfredos-Panagiotis Damkalis 758c1dfc03 Fix C0111 lint issues
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-11-22 20:38:38 +02:00
Alfredos-Panagiotis Damkalis ee9ce720e7 pylint: resolve C0103 lint issues
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-10-03 10:57:29 +03:00
Vasilis Tsiligiannis 66ef0e823a pylint: Remove or ignore unused arguments
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-09-29 17:09:10 +03:00
Vasilis Tsiligiannis 2bf7e8bc1f Reformat code with 'yapf'
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-09-23 15:17:22 +03:00
Vasilis Tsiligiannis 68f90d921c tox: Check imports with 'isort' and apply changes
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-09-23 14:08:11 +03:00
Alfredos-Panagiotis Damkalis 26165a8413 Check for station that doesn't return results 2019-03-05 20:55:32 +02:00
Corey Shields 32307d3ab8 fix dupes from syncing network to db
Signed-off-by: Corey Shields <cshields@gmail.com>

See explanation in https://community.libre.space/t/sudden-jump-in-data-count-in-satnogs-db/3335/3
2019-02-06 21:08:28 -05:00
Corey Shields d999961a92 Celery task and model extension to sync demodulated frames to SatNOGS DB 2018-09-03 18:13:21 -04:00
Alfredos-Panagiotis Damkalis 75aca7ad9d Change tle update to every 2 hours 2018-08-25 00:35:19 +03:00
Corey Shields f4524c13ff remove opbeat from network
opbeat is no longer in service, so our attempts to send data to them just clutters our logs with failures.

See also librespacefoundation/ops/org/#2
2018-08-03 16:47:13 -04:00
Nikos Roussos 3a0bafcf66
Run archive task hourly 2018-03-08 11:31:27 +02:00
Nikos Roussos 8ad90cb19d
Add periodic task to cache Stations success rates 2018-03-08 01:01:38 +02:00
Nikos Roussos 0c4275d990
Add task to update Station status 2018-01-09 18:15:36 +02:00
Nikos Roussos fdc70a27e0
Switch from dotenv to decouple 2017-12-16 13:51:14 +02:00
Nikos Roussos f5cbad6fbd
Clean up old observations on stage
* Remove unnecessary steps from test docker container
2017-09-27 23:56:29 +03:00
Nikos Roussos a39792c2ef
Add celery support 2017-09-27 20:10:37 +03:00