Skip to content

Instantly share code, notes, and snippets.

@dallarosa
Created January 17, 2011 19:37
Show Gist options
  • Save dallarosa/783332 to your computer and use it in GitHub Desktop.
Save dallarosa/783332 to your computer and use it in GitHub Desktop.
sqlite> select * from delayed_jobs;
1|0|0|--- !ruby/struct:Delayed::PerformableMethod
object: !ruby/object:TextAnalysis {}
method_name: :start
args: []
||2011-01-17 18:58:19.296379||||2011-01-17 18:58:19.296452|2011-01-17 18:58:19.296452
2|0|0|--- !ruby/struct:Delayed::PerformableMethod
object: !ruby/object:TextAnalysis {}
method_name: :start
args: []
||2011-01-17 19:05:00.992634||||2011-01-17 19:05:00.992714|2011-01-17 19:05:00.992714
3|0|0|--- !ruby/struct:Delayed::PerformableMethod
object: !ruby/object:TextAnalysis {}
method_name: :start
args: []
||2011-01-17 19:23:26.807245||||2011-01-17 19:23:26.807451|2011-01-17 19:23:26.807451
4|0|0|--- !ruby/struct:Delayed::PerformableMethod
object: !ruby/object:TextAnalysis {}
method_name: :start
args: []
||2011-01-17 19:27:19.498999||||2011-01-17 19:27:19.499077|2011-01-17 19:27:19.499077
sqlite> .q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment