shinobistack / waymond

Autoscale Anything Anywhere All at once! :eyes:
https://shinobistack.github.io/waymond
Apache License 2.0
17 stars 3 forks source link

feat: subscribe to the correct event name when registering a docker scaler #31

Closed legosandorigami closed 2 months ago

legosandorigami commented 2 months ago

@scriptnull This is a great project!

I noticed a typo in the Docker scaler. The event name that the scaler must subscribe to should be:

fmt.Sprintf("%s.input", s.namespacedID)

instead of:

s.namespacedID

This PR addresses that issue.