Alexander Diachenko
Alexander Diachenko
I am using soketi 0.30.2 an I can confirm that the following won't work: ``` soketi-pm2 start --config=soketi.config.json ``` It simply ignores any command-line arguments passed to.
Can't we just use the regular soketi binary with PM2 like this (since it seems to be more stable): ``` ADAPTER_DRIVER=cluster pm2 start soketi --name soketi --instances max -- start...
@Sn0wCrack From what I've understood from a cursory glance at the source code pm2 binary just disables node discovery for rate limiter. I've tried regular binary with PM2 yesterday from...
Yeah, Zipkin 3 has been released and there is #40 on review to tag our own v2.1.0 (final) release that includes it.
Thank you for the feedback, there is a lot of good suggestions here. I made plans to include these in future versions of the package.
Hello @jcchavezs, [the latest v0.7.0 release](https://github.com/Vinelab/tracing-laravel/releases/tag/v0.7.0) of the package incorporates some of the improvements that you kindly suggested including better default for HTTP span names and configuration options for logged...
@abbluiz You need to provide Origin header to avoid 401 errors. Anyway, the third-party plugin works, but I wish there was some built-in way to decode a value here:
> Do people use that as a TLD? As in, http://laravel.localhost? If yes, I'll certainly add that in. Although I plan on reworking how that TLD stuff works. I meant...
Thx, man. This should be added to README. I saw multiple people on reddit have the same issue. @kamranahmedse
This is kinda weird but I encountered similar issue with IntelliJ and discovered that you had to simply change "Intel Idea Edition" in the workflow setting from Community to Ultimate....