How to restart a timeline indexing task? #3112
Unanswered
jloehel
asked this question in
Q&A, quick solutions, support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have imported several timelines with the help of the cli tool. Some got uploaded and successfully indexed. Some just got uploaded but not fully indexed. There are no pending celery tasks. The timeline is in the status
processing
. But nothing is actually processed. How can I restart the indexing task for a pending/processing timeline manually? If a restart is not possible, how do I delete such a pending timeline?I think this quick&dirty hack should work:
After executing apply_async there should be a new task visible via:
This task should have the task_id from above.
Why is it necessary to re-upload the timeline? The timeline is already there and the datasource, too.
edit: It does not work like expected. The task does not consider the events which exist already. I have now dupes there. :-(
Beta Was this translation helpful? Give feedback.
All reactions