We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running outflux, it consistently stops after about 900 seconds:
outflux
2021/12/08 16:06:35 pipe_479_ext: Extracted 83655000 rows from Influx 2021/12/08 16:06:35 pipe_479_ext: Extracted 83670000 rows from Influx 2021/12/08 16:06:35 pipe_479_ing: Complete. Inserted 83670000 rows. 2021/12/08 16:06:35 All pipelines finished 2021/12/08 16:06:35 Migration execution time: 940.285 seconds
But, it's far from complete. It managed to load about a day of data, but it should load 6 months.
Our Influx server has a query-timeout of 900 seconds, so this seems to be because of that.
query-timeout
I can't even work around it by batching using multiple calls to outflux, because only DropAndCreate works, because of querying the Timescale version 2 schema fails.
DropAndCreate
Expected/requested behavior:
ERR: query timeout reached
Outflux version 0.2.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
outflux
, it consistently stops after about 900 seconds:But, it's far from complete. It managed to load about a day of data, but it should load 6 months.
Our Influx server has a
query-timeout
of 900 seconds, so this seems to be because of that.I can't even work around it by batching using multiple calls to
outflux
, because onlyDropAndCreate
works, because of querying the Timescale version 2 schema fails.Expected/requested behavior:
ERR: query timeout reached
.Outflux version 0.2.0
The text was updated successfully, but these errors were encountered: