<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>USAGE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -65,6 +65,8 @@ can be created using:
 Such loaders can be automatically loaded and executed (by cronjobs) using:
   rake worker_queue:load_and_work
 
+For more examples, see the USAGE file
+
 
 -----------
 Notes</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -8,3 +8,5 @@ The following things need to be done:
 - Spec suite
     The specs only run in a rails project with the WorkerQueue, rspec and rspec_on_rails plugins installed.
 
+- USAGE
+    Check if examples actually work.
\ No newline at end of file</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ class CreateWorkerQueueItems &lt; ActiveRecord::Migration
       t.column :data, :text
       t.column :start, :datetime
       t.column :status, :integer, :default =&gt; 0, :null =&gt; false
-      t.column :skip_on_error, :boolean, :default =&gt; false, :null =&gt; false
+      t.column :skip_on_error, :boolean, :default =&gt; true, :null =&gt; false
       t.column :error_message, :string
       t.column :filename, :string
       t.column :lock_version, :integer, :default =&gt; 0, :null =&gt; false</diff>
      <filename>generators/worker_queue_migration/templates/migration_template.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1e0040e153d701d4588592931240be23bd381ffc</id>
    </parent>
  </parents>
  <author>
    <name>Bart ten Brinke</name>
    <email>info@retrosync.com</email>
  </author>
  <url>http://github.com/barttenbrinke/worker_queue/commit/0e57d5aa96b991c70a8dcc0421fb8883f6fdca2d</url>
  <id>0e57d5aa96b991c70a8dcc0421fb8883f6fdca2d</id>
  <committed-date>2008-09-17T09:58:28-07:00</committed-date>
  <authored-date>2008-09-17T09:58:28-07:00</authored-date>
  <message>Added USAGE Examples</message>
  <tree>f9110e02696aa8e95be7f83f8a8a32ddce5d657f</tree>
  <committer>
    <name>Bart ten Brinke</name>
    <email>info@retrosync.com</email>
  </committer>
</commit>
