James Berry
James Berry
The error was related to the use of shared global variables which should not be used with multi processes. It’s a shared nothing model you can explicitly use some shared...
I will review later but pr will need to be rebased on develop before we can consider merging it. Thanks!
> Added database table `scout` to use for duplicate checks. To setup, within your poracle database: `` CREATE TABLE `scout` ( `id` int NOT NULL, `lastcoords` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT...
> > A better approach would be to use the existing inter-process communication to send the scout request to the main (since) thread, and do the de-dupe there from a...
Biggest issue with this PR for me is that in all cases at all times of year the meme endpoint will be called for every alert whether you care about...
Since I don't speak spanish I have no way of verifying. Just let me know when ready to merge
@CarlosVMX1 what is the status of this?
This is the order of matching from the code: ``` // Exact match let findDts = this.dts.find((template) => template.type === templateType && template.id.toString() === templateName && template.platform === platform &&...
Yes I tried to take into account explicitly language is not present in the sequence, I am not clear why the sequence you propose is better probably need some worked...
The fallback in (2) was moved higher to support people running without languages at all, but perhaps too high The code before multi-language would just try the template selected if...