websocket ticks coming too fast

I have many symbols in the websocket, hence the ticks are coming one after another too many. I am not able to process them so fast. Is there a way to limit the ticks per min?

If its not possible then I have following solution:

  1. Make a dedicated program to handle this

  2. Implement ignoring of ticks in my code if same symbol ticks have come in last 2 (configurable) sec.

  3. Any other suggest?

3 replies