Right now I'm using NextJS with tRPC and want to send an email if someone replies to a post. But I don't want to block the tRPC query with sending an email.
I thought a queue would be right thing to do. But which queue service would you think is the best for my setup?