In a Rails app, sometimes you need to execute a long-running job and have to run it in the background. You might run into some special re...