Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…apper into Snorby-master

* 'master' of https://github.com/Snorby/delayed_job_data_mapper:
  increase locked_by column size to fix issues with long hostnames crashing delayed_job worker. This has become a very common issue for our users of snorby.
  • Loading branch information
bryckbost committed Nov 1, 2011
2 parents f970278 + b77c0ae commit 4e7d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/backend/data_mapper.rb
Expand Up @@ -14,7 +14,7 @@ class Job
property :handler, Text, :lazy => false
property :run_at, Time, :index => :run_at_priority
property :locked_at, Time, :index => true
property :locked_by, String
property :locked_by, Text
property :failed_at, Time
property :last_error, Text
property :queue, String
Expand Down

0 comments on commit 4e7d185

Please sign in to comment.