We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7d8ad commit 660f572Copy full SHA for 660f572
internal/scaler/docker/docker.go
@@ -37,7 +37,7 @@ func (s *Scaler) Register(ctx context.Context) error {
37
}
38
cli.NegotiateAPIVersion(ctx)
39
40
- event.B.Subscribe(s.namespacedID, func(_ []byte) {
+ event.B.Subscribe(fmt.Sprintf("%s.input", s.namespacedID), func(_ []byte) {
41
s.log.Verbose("start")
42
43
imageFullName := fmt.Sprintf("%s:%s", s.imageName, s.imageTag)
0 commit comments