Anthr@X
Anthr@X
> I think nginx really is (or at least was) faster when you have thousands of concurrent connections. Is this what you're facing? Absolutely, as I recall php-cgi on Apache2...
> Yes, for this reason I had to drop running it in docker and installed a vm version with nginx.
+1 Would like this feature too.
> Please consider including details about the target server in the output, such as Native LAN Manager and Primary Domain. > > For example, these details are in the Session...
run it under proxychains or . torsocks on?
Currnetly blocked by this on Fedora 33 with python 3.9 @Qmando
> @AnthraX1 > > Wouldn't you consider running elastalsert with docker? > https://hub.docker.com/r/jertel/elastalert-docker > > I thought it was no longer possible to ask OSS for proper support. If you...
Maybe you should create something like elastalert7 package on Pypi.
OK, seems the image on dockerhub is behind: https://hub.docker.com/r/fission/keda-aws-sqs-http-connector/ is using commit before https://github.com/fission/keda-connectors/commit/79b8796b854f5699ed2ce71d1dfa8ba51a8175c9
> 可以详细说一下吗?不是很明白。 在 42-45行 ``` def __eq__(self, other): if other is None: return True ``` 应该改成 ``` def __eq__(self, other): if other is None: return True return False ``` 否则无法使用...