<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,6 +48,27 @@ Run the rake db:migrate
 
     rake db:migrate
     
+Open config/job_fu.yml to configure your workers for each environment.
+
+    ..
+    production:
+      app_name: my_application
+      force_kill_wait: 30
+      workers:
+      - name: file-importer
+        priority:
+          min: 6
+          max: 10
+      - name: standard-worker-one
+        priority:
+          min: 0
+          max: 5
+      - name: standard-worker-two
+        priority:
+          min: 5
+          max: 10
+    ..
+    
 Controll the background worker with start/stop/status
 
     ruby script/job_fu start
@@ -86,7 +107,7 @@ A background task is something that respond to process!
 
     # Using standard interface, add also aliased to enqueue
     priority = 4
-    JobFu::Job.add RemoteUpdater.new, priority
+    JobFu::Job.add RemoteUpdater.new, priority, 1.hour.from_now
     
     class RemoteUpdater &lt; ActiveRecord::BAse
       include JobFu::AsynchInvokeMethod</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4b5a07d317a57927f6c2f3b05ff1d3480703555b</id>
    </parent>
  </parents>
  <author>
    <name>Jon Stenqvist</name>
    <email>jon.stenqvist@gmail.com</email>
  </author>
  <url>http://github.com/jnstq/job_fu/commit/1f910599e674feda807b918dd1a56c5b83ed900f</url>
  <id>1f910599e674feda807b918dd1a56c5b83ed900f</id>
  <committed-date>2009-08-11T11:52:07-07:00</committed-date>
  <authored-date>2009-08-11T11:52:07-07:00</authored-date>
  <message>Updated readme</message>
  <tree>fb3dc9fb3617bb3aadfbcd2278c4ccbb49ab991f</tree>
  <committer>
    <name>Jon Stenqvist</name>
    <email>jon.stenqvist@gmail.com</email>
  </committer>
</commit>
