Josh Baker

Results 411 comments of Josh Baker

Hi, I can certainly see a value in having geofence updates trigger the detection system. But right now, only changes to objects will send notifications, not the other way around.

Do you mean the `interface{}` used for the context param? If so, for my use case I use an application specific objects, that is typically a pointer to an object....

You are not doing anything wrong. `catching up to leader` means that the follower only has a partial dataset and is in the process of downloading the remaining data from...

There's no automated sharding feature. You'll need to manually manage the distribution of the database. One solution is to break the data up into different collections that are stored in...

Yes. This makes sense. I just pushed a fix that works as you describe.

I added a priority option to AMQP. You can include it through the endpoint querystring like. ``` SETHOOK warehouse amqp://guest:[email protected]:5672/warehouse?route=myroute&priority=1 ... ``` 3718cd7

I added a "priority" option to webhook request, which in turn sets the Priority of the amqp client. I'll need to dive a little deeper as to why that's not...

I wonder what is causing those quick spikes. I would like to reproduce. The log and graph helps and so does the details on the number of geofences and events/min....

@autom8ter Were you able to resolve this issue on your side?

Very strange indeed. I'll need to do some testing on my side and let you know if I get the same results. Stay tuned.