Skip to content

Commit e51da6c

Browse files
committed
remove remove_downloaded task from syntoolCompare job signature
1 parent 3752511 commit e51da6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

geospaas_rest_api/processing_api/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ def get_signature(cls, parameters):
232232
return celery.chain(
233233
tasks_syntool.compare_profiles.signature(),
234234
tasks_syntool.db_insert.signature(),
235-
tasks_core.remove_downloaded.signature()
236235
)
237236

238237
@staticmethod

0 commit comments

Comments
 (0)