2016-08-08 UTC
# aaronpk i use background queues for stuff where the tradeoff is in user experience. like if i make a post on my site and then i want to send webmentions, posse to multiple locations, etc, if the form I submit had to wait until all that was done before I saw the post it would be terrible. so I put all that on a background queue.