Martins Sipenko

Results 23 comments of Martins Sipenko

cc'ing @simPod as [he did fix PHPSstan](https://github.com/phpstan/phpstan-src/commit/110ab291cdd70be080c0a023c467052b8b461c74) and might be interested in this.

There has been some work done to use etcd3 here - https://github.com/crewjam/etcd-aws/compare/master...opsline:v3 However, I found the code not to be working. The issue I found is that `/v2/stats/self` endpoint on...

This solution would not work in cases where there are multiple distinct services using enqueue for cross-service communication via messages because this change would introduce bease64 encoding of messages, but...

@makasim could you please take a look at this?

@jszwedko Any updates on this matter?

@moaddib666 I'm having a similar issue on Jenkins that is using Kubernetes plugin. How did you overcome this?

I've tried setting `workingDir` option to `"/opt/code/localstack/"`, but then I'm getting `/usr/local/bin/docker-entrypoint.sh: line 34: /opt/code/localstack/.venv/bin/activate: No such file or directory`.

@alexrashed maybe this can be re-opened? The way I managed to reproduce this is by using this command to run localstack within Docker: `docker run -w ${PWD} --rm -it localstack/localstack:3.0`...

@moaddib666 I think that changing workdir is something Jenkins/K8s plugins does by default and can not be disabled.

This is somewhat similar to #2314 which is implemented by #2322.