abhi
abhi
I have done NearBy hooks for close to 50K static points with condition where masterID and One of the typical hooks look like this **'NEARBY','fleet','DISTANCE','WHERE','masterID',201,201,'FENCE','DETECT','inside','POINT',lat,long,'100000'** But when I am doing...
**Has any one come across the continuous increase of CPU in tile38 ?** I have close to 50K GeoFences Hooks that detects entry , exit and traffic of Set Point...
I am setting up the hooks like this ``` execute_command('SETHOOK', tile,url,'INTERSECTS','fleet,fleet:1,fleet:2','FENCE','DETECT','enter,exit','COMMANDS','set', 'OBJECT',line) ``` Idea is to do **set object feet, set object fleet1 and set object fleet2** from various application...
Just want to know if I have created Hooks and I get the exit notifications like this `{'detect': 'exit', 'group': '5c5046da4ec8885ee87c9f15', 'fields': {'eventTime': 1547642987, 's': 54}, 'object': {'type': 'Point', 'coordinates':...
Can any one please let me know the reason why this comes "At least one message is required" ? while calling await FirebaseMessaging.DefaultInstance.SendEachForMulticastAsync(message); There is valid payload, but still at...
I have been using kafka since 2017 and have been used librb c++ kafka lib since that time itself ... Our produce rate on Kafka is like 3K -3.5k per...
I have been using queue like this parallelQueue::ConcurrentQueue *pMPSC_consume; pMPSC_consume = new ConcurrentQueue(PARALLEL_QUEUE_MAX_NODES, 0, enteredNoOfThreads); and when i call pMPSC_consume->try_enqueue() , its failing at times .... I have given PARALLEL_QUEUE_MAX_NODES...