Open mayanagarwal opened 4 years ago
Hi,
It's hard to say what the problem is. Did you receive any error messages with additional context?
If not, then you may want to try launching the Tile38 with -vv
flag. This will print out a bunch of extra messages to the log/console including webhook errors and will help diagnose the problem.
hi, is there a system requirements info for setting up Tile38 on Azure VMs?
@sys732 It will depend heavily on how much data you plan on storing in Tile38.
@tidwall, thanks for reply , I'm prototyping work site safety using gps trackers and multiple nested geofences. max of 1000 trackers per work site and 5 concurrent sites.
@sys732 For 5000 concurrently moving positions I recommend a machine with at least 2 cores and 4GB ram.
Hi, I am running Tile38 docker image on a container instance in the Azure Cloud. While going through the documentation I found that I can use the SETHOOK command of Tile38 to send messages to an Azure Topic.
SETHOOK warehouse amqp://<shared_access_key_name>:<shared_access_key_value>@<namespace>.servicebus.windows.net/test-geofence …
But this doesn't seem to send message to my Topic. Maybe a version problem as Azure uses AMQP v1.0 whereas TIle38 supports AMQP v0.9.1. Or is it something I am doing wrong?