You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/rq/worker.py", line 793, in perform_job
rv = job.perform()
File "/lib/python3.6/site-packages/rq/job.py", line 599, in perform
self._result = self._execute()
File "//lib/python3.6/site-packages/rq/job.py", line 605, in _execute
return self.func(*self.args, **self.kwargs)
File "/series_tiempo_ar_api/libs/custom_admins/tasks.py", line 10, in reindex_distribution
DistributionIndexer(index=settings.TS_INDEX).reindex(distribution)
File "/series_tiempo_ar_api/libs/indexing/indexer/distribution_indexer.py", line 85, in reindex
self.run(distribution)
File "/series_tiempo_ar_api/libs/indexing/indexer/distribution_indexer.py", line 37, in run
actions = self.generate_es_actions(df, distribution)
File "/series_tiempo_ar_api/libs/indexing/indexer/distribution_indexer.py", line 53, in generate_es_actions
actions = reduce(lambda x, y: x + y, es_actions) if isinstance(es_actions[0], list) else es_actions
IndexError: list index out of range``
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: