BumblebeeSquare
BumblebeeSquare
CDCloudflare Developers
Created by BumblebeeSquare on 7/8/2024 in #queues
is there message group like feature in
i want update a record in my database only once by grouping the request by primary key, i.e 1000 user click like button on blog 1, i would like to update blog 1 in db only once which means i have to group the clicks by blogid. currently as a workaround i used DO since do can do 1000 req/s but i feel like queue is a typical design for counting, thanks
3 replies