Christian Emmer
Christian Emmer
I might have a similar problem, unsure from the description, but given some HTML with some local JavaScript: ```html ``` starting in v0.17.2 I get something similar to: ``` (node:4059)...
Also getting an error locally, with the MySQL+ES config, from the `temporalio/auto-setup:1.18.2` container: ``` {"level":"fatal","ts":"2022-10-19T18:08:14.216Z","msg":"error creating sdk client","service":"worker","error":"failed reaching server: context deadline exceeded","logging-call-at":"factory.go:123","stacktrace":"go.temporal.io/server/common/log.(*zapLogger).Fatal\n\t/home/builder/temporal/common/log/zap_logger.go:151\ngo.temporal.io/server/common/sdk.(*clientFactory).GetSystemClient.func1\n\t/home/builder/temporal/common/sdk/factory.go:123\nsync.(*Once).doSlow\n\t/usr/local/go/src/sync/once.go:68\nsync.(*Once).Do\n\t/usr/local/go/src/sync/once.go:59\ngo.temporal.io/server/common/sdk.(*clientFactory).GetSystemClient\n\t/home/builder/temporal/common/sdk/factory.go:110\ngo.temporal.io/server/service/worker.(*Service).initScanner\n\t/home/builder/temporal/service/worker/service.go:475\ngo.temporal.io/server/service/worker.NewService\n\t/home/builder/temporal/service/worker/service.go:189\nreflect.Value.call\n\t/usr/local/go/src/reflect/value.go:556\nreflect.Value.Call\n\t/usr/local/go/src/reflect/value.go:339\ngo.uber.org/dig.defaultInvoker\n\t/go/pkg/mod/go.uber.org/[email protected]/container.go:220\ngo.uber.org/dig.(*constructorNode).Call\n\t/go/pkg/mod/go.uber.org/[email protected]/constructor.go:154\ngo.uber.org/dig.paramSingle.Build\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:296\ngo.uber.org/dig.paramList.BuildList\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:151\ngo.uber.org/dig.(*Scope).Invoke\n\t/go/pkg/mod/go.uber.org/[email protected]/invoke.go:85\ngo.uber.org/fx.runInvoke\n\t/go/pkg/mod/go.uber.org/[email protected]/invoke.go:93\ngo.uber.org/fx.(*module).executeInvoke\n\t/go/pkg/mod/go.uber.org/[email protected]/module.go:174\ngo.uber.org/fx.(*module).executeInvokes\n\t/go/pkg/mod/go.uber.org/[email protected]/module.go:155\ngo.uber.org/fx.New\n\t/go/pkg/mod/go.uber.org/[email protected]/app.go:534\ngo.temporal.io/server/temporal.WorkerServiceProvider\n\t/home/builder/temporal/temporal/fx.go:533\nreflect.Value.call\n\t/usr/local/go/src/reflect/value.go:556\nreflect.Value.Call\n\t/usr/local/go/src/reflect/value.go:339\ngo.uber.org/dig.defaultInvoker\n\t/go/pkg/mod/go.uber.org/[email protected]/container.go:220\ngo.uber.org/dig.(*constructorNode).Call\n\t/go/pkg/mod/go.uber.org/[email protected]/constructor.go:154\ngo.uber.org/dig.paramGroupedSlice.callGroupProviders\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:597\ngo.uber.org/dig.paramGroupedSlice.Build\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:624\ngo.uber.org/dig.paramObjectField.Build\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:480\ngo.uber.org/dig.paramObject.Build\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:407\ngo.uber.org/dig.paramList.BuildList\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:151\ngo.uber.org/dig.(*constructorNode).Call\n\t/go/pkg/mod/go.uber.org/[email protected]/constructor.go:145\ngo.uber.org/dig.paramSingle.Build\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:296\ngo.uber.org/dig.paramList.BuildList\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:151\ngo.uber.org/dig.(*constructorNode).Call\n\t/go/pkg/mod/go.uber.org/[email protected]/constructor.go:145\ngo.uber.org/dig.paramSingle.Build\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:296\ngo.uber.org/dig.paramList.BuildList\n\t/go/pkg/mod/go.uber.org/[email protected]/param.go:151\ngo.uber.org/dig.(*Scope).Invoke\n\t/go/pkg/mod/go.uber.org/[email protected]/invoke.go:85\ngo.uber.org/fx.runInvoke\n\t/go/pkg/mod/go.uber.org/[email protected]/invoke.go:93\ngo.uber.org/fx.(*module).executeInvoke\n\t/go/pkg/mod/go.uber.org/[email protected]/module.go:174\ngo.uber.org/fx.(*module).executeInvokes\n\t/go/pkg/mod/go.uber.org/[email protected]/module.go:155\ngo.uber.org/fx.New\n\t/go/pkg/mod/go.uber.org/[email protected]/app.go:534\ngo.temporal.io/server/temporal.NewServerFx\n\t/home/builder/temporal/temporal/fx.go:140\ngo.temporal.io/server/temporal.NewServer\n\t/home/builder/temporal/temporal/server.go:58\nmain.buildCLI.func2\n\t/home/builder/temporal/cmd/server/main.go:182\ngithub.com/urfave/cli/v2.(*Command).Run\n\t/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:169\ngithub.com/urfave/cli/v2.(*App).RunContext\n\t/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:341\ngithub.com/urfave/cli/v2.(*App).Run\n\t/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:247\nmain.main\n\t/home/builder/temporal/cmd/server/main.go:53\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250"} ```
Also confirming that layers have almost never worked for me, e.g.: https://github.com/emmercm/docker-libtorrent/blob/5bef5fe56c551a8a579ef13dfe049e6dc1344cb7/README.md
I followed your methodology @matteosacchetto and ended up with this: https://github.com/emmercm/igir/blob/5b6ba8cf650626651458e65b4080a40df5c0caff/.github/workflows/compile.yml
@thempatel did you happen to resolve this in your environment? I believe I'm running into a similar issue.
@thempatel we've also forked the chart, but more so we can better configure our unique Kubernetes environment and multi-cluster than anything. The proxy would make a ton of sense, but...
For some reason I swore the gossip behavior was deprecated/removed in Temporal as a step away from Cadence, but checking a quick `tctl admin membership list_gossip` shows all the pods...
This is still an issue. Here is an example user-agent I'm working with: ``` Mozilla/5.0 (iPhone; CPU iPhone OS 9_0_1 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/47.0.2526.107 Mobile/13A405...
You're absolutely right, that would have been helpful... ```json5 { "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */ /* Projects */ // "incremental": true, /* Save...