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

How to handle sporadically failing downsampling tasks #34

Open
abalone23 opened this issue Jan 27, 2022 · 0 comments
Open

How to handle sporadically failing downsampling tasks #34

abalone23 opened this issue Jan 27, 2022 · 0 comments
Milestone

Comments

@abalone23
Copy link

Sometimes, downsampling tasks can fail. There are different ways to recover from this:

  • use the CLI: influx task retry-failed
  • query failed tasks in the system _tasks bucket and use the /tasks/.../retry endpoint to retry
  • use a from() range 2-3 times as long as the aggregateWindow() so if a task run fails, it will recover the downsampled period the following task run
@mhall119 mhall119 added this to the 2nd Edition milestone Feb 9, 2022
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

2 participants