1
0
Fork 0
satnogs-network/network/base
Fabian P. Schmidt 538ea52c1a tasks/clean_observations: Fix premature task termination in 'stage' environment
Skip the archival of old observations which just got deleted instead
of terminating the whole task at this point.

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2020-01-04 19:46:06 +01:00
..
fixtures Added frequency_max to fixtures so initialize will work 2017-03-20 19:42:32 +11:00
management management/fetch_data: Re-use fetch_data task 2019-12-31 14:38:54 +00:00
migrations Add indexes on models with ordering 2019-11-25 20:23:41 +02:00
templatetags utils/drifted_frq: Use python3 round builtin (W1633) 2020-01-04 15:31:05 +01:00
__init__.py Refactor project 2014-12-19 15:06:58 +02:00
admin.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
context_processors.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
db_api.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
decorators.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
forms.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
managers.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
models.py Add from __future__ import division to all relevant files (W1619) 2020-01-04 13:55:12 +00:00
perms.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
scheduling.py scheduling/create_new_observation: Add verbose docstring 2020-01-04 13:55:12 +00:00
stats.py Add from __future__ import division to all relevant files (W1619) 2020-01-04 13:55:12 +00:00
tasks.py tasks/clean_observations: Fix premature task termination in 'stage' environment 2020-01-04 19:46:06 +01:00
test_utils.py Fix lint issues of the latest commits 2020-01-03 19:01:57 +02:00
tests.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
urls.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
utils.py Add from __future__ import division to all relevant files (W1619) 2020-01-04 13:55:12 +00:00
validators.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
views.py views: Use str builtin instead of single-argument formatstring 2020-01-04 15:07:06 +01:00