How many users before I actually need a background job queue Backend
Small app, maybe 300 signups, everything currently happens inside the request. Sending the welcome email adds about 900ms to signup and generating a PDF invoice takes two to four seconds while the user watches a…