Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error durante indexación de datos #529

Open
lucaslavandeira opened this issue Apr 24, 2019 · 0 comments
Open

Error durante indexación de datos #529

lucaslavandeira opened this issue Apr 24, 2019 · 0 comments

Comments

@lucaslavandeira
Copy link
Contributor

lucaslavandeira commented Apr 24, 2019

  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``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant