Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql> select * from delayed_jobs;
- +-------+----------+----------+------------------------------------------------------------------+------------+---------------------+---------------------+-----------+--------------------------------------------+-------+---------------------+---------------------+
- | id | priority | attempts | handler | last_error | run_at | locked_at | failed_at | locked_by | queue | created_at | updated_at |
- +-------+----------+----------+------------------------------------------------------------------+------------+---------------------+---------------------+-----------+--------------------------------------------+-------+---------------------+---------------------+
- | 20490 | 0 | 0 | --- !ruby/struct:UpdateRadioJarMediaContentJob
- content_id: 1653
- | 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 |
- +-------+----------+----------+------------------------------------------------------------------+------------+---------------------+---------------------+-----------+--------------------------------------------+-------+---------------------+---------------------+
- 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment