<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>0a388e281da374b1a2a75f5edb75f8afb0ab8258</id>
      </parent>
    </parents>
    <author>
      <name>Patrick McKenzie</name>
      <email>patrick@bingocardcreator.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/78f4bfbf9e9cda9abe761de30584cbd9a934e3e9</url>
    <id>78f4bfbf9e9cda9abe761de30584cbd9a934e3e9</id>
    <committed-date>2009-05-08T21:51:33-07:00</committed-date>
    <authored-date>2009-05-08T21:51:33-07:00</authored-date>
    <message>Added ability to run multiple workers concurrently.</message>
    <tree>5f7716ed6e4cf1bfdc42c538f7b395d5dd0bcb44</tree>
    <committer>
      <name>Patrick McKenzie</name>
      <email>patrick@bingocardcreator.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97cbee8787005d36e3573513bde36be35763e69c</id>
      </parent>
    </parents>
    <author>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/0a388e281da374b1a2a75f5edb75f8afb0ab8258</url>
    <id>0a388e281da374b1a2a75f5edb75f8afb0ab8258</id>
    <committed-date>2008-09-24T07:11:29-07:00</committed-date>
    <authored-date>2008-09-24T07:11:29-07:00</authored-date>
    <message>Clear active AR connections in the background script so it picks up the new logger.</message>
    <tree>bc0df3b00fbc416e3b45ad96d9dcfe403cd7088d</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33396e3a1174bd46d028148dd78e9f7a8de84937</id>
      </parent>
    </parents>
    <author>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/97cbee8787005d36e3573513bde36be35763e69c</url>
    <id>97cbee8787005d36e3573513bde36be35763e69c</id>
    <committed-date>2008-09-13T08:10:48-07:00</committed-date>
    <authored-date>2008-09-13T08:10:48-07:00</authored-date>
    <message>fix description for cap restart task</message>
    <tree>727e0a7b1fab3619d370958696d2a031b8e2c0c1</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8eb4faecd1ec96f512eeca5c2e3ca300614a43aa</id>
      </parent>
    </parents>
    <author>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/33396e3a1174bd46d028148dd78e9f7a8de84937</url>
    <id>33396e3a1174bd46d028148dd78e9f7a8de84937</id>
    <committed-date>2008-09-13T07:53:42-07:00</committed-date>
    <authored-date>2008-09-13T07:53:42-07:00</authored-date>
    <message>Added capistrano tasks for managing the delayed_job process</message>
    <tree>194d4c1016d22256212a037eecf4ba715724fdff</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>59989313afa5f0b431263e37a994d895a3cc669d</id>
      </parent>
    </parents>
    <author>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/8eb4faecd1ec96f512eeca5c2e3ca300614a43aa</url>
    <id>8eb4faecd1ec96f512eeca5c2e3ca300614a43aa</id>
    <committed-date>2008-09-13T07:52:51-07:00</committed-date>
    <authored-date>2008-09-13T07:52:51-07:00</authored-date>
    <message>Added script/delayed_job which manages a deamon for working off jobs

Run `script/generate delayed_job` to generate the script</message>
    <tree>2ee28a7dc2ecb91e9dbae7b8ad5a1eed7b00d9ed</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf90faf65419751d79442db392be02fb382695f1</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@tobbook4.local</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/59989313afa5f0b431263e37a994d895a3cc669d</url>
    <id>59989313afa5f0b431263e37a994d895a3cc669d</id>
    <committed-date>2008-06-21T21:01:56-07:00</committed-date>
    <authored-date>2008-06-21T21:01:56-07:00</authored-date>
    <message>Renamed locked_until to locked_at. We now store when we start a given task instead of how long it will be locked by the worker. This allows us to get a reading on how long a task took to execute.</message>
    <tree>c6e0e7a738a991276bb926f8cb137daf087ee5e8</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@tobbook4.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c689bf431ddb67bf9f87548f888cb288c4cad3a9</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@tobbook4.local</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/bf90faf65419751d79442db392be02fb382695f1</url>
    <id>bf90faf65419751d79442db392be02fb382695f1</id>
    <committed-date>2008-06-20T23:48:38-07:00</committed-date>
    <authored-date>2008-06-20T23:48:38-07:00</authored-date>
    <message>Lock for 4 hours and not 5 mins</message>
    <tree>342cf78d3943f46b03f9b6b06960001204c9a1b6</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@tobbook4.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9dc92b9ca14e7cf2ec892c3ca3a1cb006989838</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@tobbook4.local</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/c689bf431ddb67bf9f87548f888cb288c4cad3a9</url>
    <id>c689bf431ddb67bf9f87548f888cb288c4cad3a9</id>
    <committed-date>2008-06-20T23:36:26-07:00</committed-date>
    <authored-date>2008-06-20T23:36:26-07:00</authored-date>
    <message>Fix spelling mistake</message>
    <tree>5371b21cb615607bbbf366b4be6123c0fcdcf774</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@tobbook4.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0880b0f0924b41562b19b4b03a89b85bf660f02d</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/b9dc92b9ca14e7cf2ec892c3ca3a1cb006989838</url>
    <id>b9dc92b9ca14e7cf2ec892c3ca3a1cb006989838</id>
    <committed-date>2008-03-24T09:01:03-07:00</committed-date>
    <authored-date>2008-03-24T09:01:03-07:00</authored-date>
    <message>Don't save jobs with empty handlers</message>
    <tree>6973231e0d44f9848631cd753b25463e6923c8b5</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d0378cd3b73e60454b87504c7cc987341ee8dde8</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/0880b0f0924b41562b19b4b03a89b85bf660f02d</url>
    <id>0880b0f0924b41562b19b4b03a89b85bf660f02d</id>
    <committed-date>2008-03-23T07:15:26-07:00</committed-date>
    <authored-date>2008-03-23T07:15:26-07:00</authored-date>
    <message>More formatting updates for readme</message>
    <tree>06eb73a406df81edc7e0930ed9fefec44bdca011</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1bea0e4281bc398777dc88c26befcd998590511e</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/d0378cd3b73e60454b87504c7cc987341ee8dde8</url>
    <id>d0378cd3b73e60454b87504c7cc987341ee8dde8</id>
    <committed-date>2008-03-23T07:13:42-07:00</committed-date>
    <authored-date>2008-03-23T07:13:42-07:00</authored-date>
    <message>Lets try this again as textile instead of markdown</message>
    <tree>4c0a72ac1cbab8a8ed7b909cf339082d64b33d6e</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e4e1acec1c19623d93fa75bdbcdf74ae89afb41</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/1bea0e4281bc398777dc88c26befcd998590511e</url>
    <id>1bea0e4281bc398777dc88c26befcd998590511e</id>
    <committed-date>2008-03-23T07:09:17-07:00</committed-date>
    <authored-date>2008-03-23T07:09:17-07:00</authored-date>
    <message>Renamed README to README.markdown for github formatting action</message>
    <tree>7f5edadb0c1d280cc821b08ab983e7f3a9dd6bd2</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8ec934eef96cd5622713eb7c621441cbafabe55d</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/3e4e1acec1c19623d93fa75bdbcdf74ae89afb41</url>
    <id>3e4e1acec1c19623d93fa75bdbcdf74ae89afb41</id>
    <committed-date>2008-03-23T07:08:18-07:00</committed-date>
    <authored-date>2008-03-23T07:08:18-07:00</authored-date>
    <message>Small corrections for the included rake task</message>
    <tree>0e7268e8354097fc46260ae933a655dd0d234694</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2309a943d87db9707a7d93999cfe6c264197b8bf</id>
      </parent>
    </parents>
    <author>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/8ec934eef96cd5622713eb7c621441cbafabe55d</url>
    <id>8ec934eef96cd5622713eb7c621441cbafabe55d</id>
    <committed-date>2008-03-23T07:04:09-07:00</committed-date>
    <authored-date>2008-03-23T07:04:09-07:00</authored-date>
    <message>Removed the global lock. Jobs can now processed in parallel by running multiple job runners on the same machine or across your server farm.
This requires two new columns in the job table: locked_by and locked_until</message>
    <tree>072d1ed344a90b07a4d0cd8f18db62d218e34b8a</tree>
    <committer>
      <name>Tobias L&#252;tke</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>75b49dc1c281ffa934a4eb2c7e840291e8b4a5ff</id>
      </parent>
    </parents>
    <author>
      <name>Tobias Luetke (home)</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/2309a943d87db9707a7d93999cfe6c264197b8bf</url>
    <id>2309a943d87db9707a7d93999cfe6c264197b8bf</id>
    <committed-date>2008-02-17T18:21:48-08:00</committed-date>
    <authored-date>2008-02-17T18:21:48-08:00</authored-date>
    <message>Increase job rescheduling timeouts</message>
    <tree>729137e66b274891b22ac04bc9bb932db36e3049</tree>
    <committer>
      <name>Tobias Luetke (home)</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Tobias Luetke (home)</name>
      <email>tobi@jadedpixel.com</email>
    </author>
    <url>http://github.com/patio11/delayed_job/commit/75b49dc1c281ffa934a4eb2c7e840291e8b4a5ff</url>
    <id>75b49dc1c281ffa934a4eb2c7e840291e8b4a5ff</id>
    <committed-date>2008-02-17T13:01:35-08:00</committed-date>
    <authored-date>2008-02-17T13:01:35-08:00</authored-date>
    <message>Initial extraction</message>
    <tree>9f459f05228136040b0559c38b72a24a543b058d</tree>
    <committer>
      <name>Tobias Luetke (home)</name>
      <email>tobi@jadedpixel.com</email>
    </committer>
  </commit>
</commits>
