Skip to content

Instantly share code, notes, and snippets.

@cornet
Created September 16, 2011 11:58
Show Gist options
  • Save cornet/1221950 to your computer and use it in GitHub Desktop.
Save cornet/1221950 to your computer and use it in GitHub Desktop.
Live
====
INSERT INTO `delayed_jobs` (`priority`, `attempts`, `handler`, `last_error`, `run_at`, `locked_at`, `failed_at`, `locked_by`, `created_at`, `updated_at`) VALUES (0, 0, '--- !ruby/struct:Delayed::PerformableMailer \n
object: !ruby/class NotifyMailer\n
method_name: :msc_change\n
args: \n
- !ruby/ActiveRecord:Device \n
attributes: \n
id: 31\n
Test
====
INSERT INTO `delayed_jobs` (`priority`, `attempts`, `handler`, `last_error`, `run_at`, `locked_at`, `failed_at`, `locked_by`, `created_at`, `updated_at`) VALUES (0, 0, '--- !ruby/struct:Delayed::PerformableMailer \n
object: !ruby/object:Class NotifyMailer\n
method_name: :msc_change\n
args: \n
- !ruby/object:Device \n
attributes: \n
id: 1\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment