Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Whether something is the 'best' solution really depends on what the problem is you're trying to solve. In some cases the best solution will be the most lightweight solution, in other the most heavyweight. </p> <p><a href="http://backgroundrb.rubyforge.org/" rel="noreferrer"><strong>BackgroundRb</strong></a> is probably the most fully-featured Rails background job processor, but it's also the most complicated so will require more investment to get to grips with it. BackgroundRb can probably handle most use cases, from the simple to the complex.</p> <p>I have heard very good things about Ara T. Howard's <a href="http://codeforpeople.rubyforge.org/svn/bj/trunk/README" rel="noreferrer"><strong>Background Job</strong></a> (Bj) which, to quote the README is <em>a brain dead simple zero admin background priority queue for Rails</em>. This is a much more lightweight solution and may be preferable to BackgroundRb for a majority of scenarios as a result.</p> <p>If all you want is a solution for infrequent offline batch-style processing then <a href="http://wiki.rubyonrails.org/rails/pages/RunnerScript" rel="noreferrer"><code><strong>script/runner</strong></code></a> which comes with all Rails apps would be more than adequate. </p> <p>For further reading you might want to look at <a href="http://wiki.rubyonrails.org/rails/pages/HowToRunBackgroundJobsInRails" rel="noreferrer">HowToRunBackgroundJobsInRails</a> from the <a href="http://wiki.rubyonrails.org/rails" rel="noreferrer">Rails Wiki</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload