beowulf1416

Untitled

Jul 6th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. mysql> select * from delayed_jobs;
  2. +-------+----------+----------+------------------------------------------------------------------+------------+---------------------+---------------------+-----------+--------------------------------------------+-------+---------------------+---------------------+
  3. | id | priority | attempts | handler | last_error | run_at | locked_at | failed_at | locked_by | queue | created_at | updated_at |
  4. +-------+----------+----------+------------------------------------------------------------------+------------+---------------------+---------------------+-----------+--------------------------------------------+-------+---------------------+---------------------+
  5. | 20490 | 0 | 0 | --- !ruby/struct:UpdateRadioJarMediaContentJob
  6. content_id: 1653
  7. | NULL | 2015-07-06 13:36:43 | 2015-07-06 13:38:05 | NULL | delayed_job host:telx-guijobs-93 pid:10714 | NULL | 2015-07-06 13:36:43 | 2015-07-06 13:36:43 |
  8. +-------+----------+----------+------------------------------------------------------------------+------------+---------------------+---------------------+-----------+--------------------------------------------+-------+---------------------+---------------------+
  9. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment