Experimental fix to the memory leak issue in ingester. Additional work on the indexer
This commit is contained in:
@@ -16,6 +16,8 @@ def healpix(nside): #NSIDE 2048, ORDER ring or nested
|
||||
|
||||
for catalog_file in CatalogFile.objects.filter(status='INGESTED'):
|
||||
|
||||
|
||||
|
||||
print(f'[{current_time()}] Loading sources from {catalog_file.name}...')
|
||||
sources = list(catalog_file.sources.all())
|
||||
print(f'[{current_time()}] Sources ready. Forming ra & dec arrays...')
|
||||
|
Reference in New Issue
Block a user