-
I think I am not the only how experienced when you start a "General" learning and it never ends
![image](https://user-images.githubusercontent.com/1022757/48978462-e4ec2800-f0bc-11e8-8a2a-985bbf849…
-
```
learning started...
query time range: from Fri Feb 15 2019 00:28:35 GMT+0530 (IST) to Thu Feb 21 2019 08:10:34 GMT+0530 (IST)
run task, id:nXfUyBpjgEqlZ83T
2019-02-21 08:10:35,068 [Analy…
-
Detection works synchronously and blocks event loop but we run detection on the whole dataset which may take a while
It would be better to split dataset by chunks and run detect on them separately
-
Based on https://github.com/hastic/hastic-server/issues/21
-
Names of types are "GENERAL", "PEAKS", "TROUGHS", "JUMPS", "DROPS"
let's change it to "PEAK", "TROUGH", "JUMP", "DROP"
-
whatever I do, I can't seem to make it work: I always get "no connection to hastic server".
It works with curl:
```
{"server":"OK","analyticsReady":true,"nodeVersion":"v6.14.3","packageVersion":n…
-
-
Currently we throw an error when trying to send a task to non-working analytics
We can add tasks to queue and try to send them again when analytics is up
-
We should use segments with non-fixed size for follow cases
![image](https://user-images.githubusercontent.com/5675912/54221326-57fe9a80-4504-11e9-85da-de82f5e24ae9.png)
-
We should make hastic-app instead of panel for:
- auth
- server URL setting in one place
- hastic-server queries proxing
- ...