Joe Garlick
Joe Garlick
I had a quick look into this and it looks like the latest version "2.9" does not have the "if-not-exists" param added in. See: https://github.com/ifsnop/mysqldump-php/compare/v2.9...master
Yeah you could have 2 columns in the database, Tanoa Houses and Altis Houses and depending on the worldName retrieve. I do like this idea, ive seen alot of communitys...
Surely It wouldn't matter? Most servers have two Altis servers so they can accept more players. The houses are shared anyway between server. The point of using the same database...
Fair play, I was just looking at what all servers do atm as they dont have the option to not share housing. However this could be a option to toggle,...
As i said before we could have it so it auto detects the world name and then chooses the appropriate table. I think the thing were trying to do here...
This error is starting to appear more often in the last 2 days. Additionally we are also getting: ``` 14 UNAVAILABLE: No connection established ```
Hi @bcoe, I have spoke to support about these errors and they said they were within SLA and we are only getting around 0.3% of requests. I assume these errors...
@bcoe I will send you an email over now. More than happy to enable extra debug logs. I saw there was some retry options as part of the SpeechClient but...
I have also got 2 full error messages from failed requests ```json { "code": 14, "details": "408:Request Timeout", "metadata": { "content-type": [ "application/grpc" ], "content-length": [ "0" ], "date": [...
Hey @jerosoler, Would it be possible to add the dispatcher into drawflow like your above example? ``` var removeNode = this.dispatch('nodeBeforeRemoved', id); ``` Thanks, Joe