We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4881a9 commit 47f164fCopy full SHA for 47f164f
sde_collections/tasks.py
@@ -144,6 +144,7 @@ def resolve_title_pattern(title_pattern_id):
144
title_pattern = TitlePattern.objects.get(id=title_pattern_id)
145
title_pattern.apply()
146
147
+
148
@celery_app.task
149
def fetch_and_update_full_text(collection_id, server_type):
150
try:
@@ -198,4 +199,3 @@ def get_server_config(server_type):
198
199
return {"url": "http://sde-xli.nasa-impact.net/api/v1/engine.sql", "token": os.getenv("LIS_TOKEN")}
200
else:
201
raise ValueError("Invalid server type.")
-
0 commit comments