shashank khare

Results 42 comments of shashank khare
trafficstars

What kind of metrics do you want to log to grafana?

For libraries with multiple snapshots, deletion can be quite slow as it involves serial listing and deletion. Will take a look if we can delete_many in mongo with a list...

I will let @bmoscon reply on the Chunkstore stuff, but it should be fine to store multi-year history in one collection if it's sharded properly (if you do have shards)...

I was meaning to take a look at this, leave it with me for now, will take a look over the weekend.

https://github.com/man-group/arctic/pull/892 should fix it @Arcturus122

Still valid, just checked, will take a quick look

@bmoscon was taking a look at this, but I can't change this for now as internally we seem to be on pandas 0.22.0 which defaults to True and post 0.23.0...

I used to follow this: https://www.kennethreitz.org/essays/a-better-pip-workflow in my previous projects where there is a separate requirements-to-freeze.txt file with pinned stuff. We used to do updates on the first business day...

Yeah, I don't think forward pointer will help solve this based on what @bmoscon said. I haven't dug into this issue till now, will take a look

@enricodetoma you need to rebase off the latest master after pinning pandas and numpy