Fork me on GitHub

background job

    defer expensive job

    12 Jan 2011

    Richard Huang

    If you want to process something expensive as part of a web request, it will delay the response. If the job is not critical, it's wiser to move the expensive to a background queue and returns the response immediately. Read More

    Tags