You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike a message queue - there is no specific message to be consumed with MySQL Keda Scaler. The logic of what to do in a worker depends on the use case and hard to make very generic except for a small subset of use case. We could do something like query a row from a table, convert that to JSON and post to an HTTP endpoint but I am skeptical of how generic that can be made.
At this moment I can't think of a strong use case for this but if someone has an interesting use case, we can take this up.
CC: fission/fission#1663
The text was updated successfully, but these errors were encountered: