3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
35 stars 27 forks source link

Use Redis pipelining in NotifyBatcher.do_batch #300

Open davidor opened 3 years ago

davidor commented 3 years ago

We should group the jobs and use Redis pipelining here:

https://github.com/3scale/apisonator/blob/ea235743c72e9365926c4bfea08bc13df56cd4b7/lib/3scale/backend/transactor/notify_batcher.rb#L104