1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Mike Perham
6e92b9cb50 Allow dead jobs which don’t have an associated error, #3390 2017-03-16 11:33:24 -07:00
Mike Perham
2ad609b4b2 Display created_at, fixes #2705 2015-12-09 11:44:47 -08:00
Jonathan Hyman
e95379499b Have enqueued_at time be nil for jobs that have yet to be enqueued (i.e., are scheduled). 2015-08-16 11:15:53 -04:00
Anton Davydov
17ee70f063 Create table containers with overflow is overlay 2015-05-14 02:48:17 +03:00
Mike Perham
2513884aa0 Unwrap Delayed jobs for presentation in UI, fixes #1718
No more massive numbers of Sidekiq::Extensions::DelayedClass jobs!  Now you’ll see the underlying Class.method call instead so the UI is much more intuitive.

This might also be necessary for ActiveJob.
2014-05-19 20:54:28 -07:00
Mike Perham
c101dc8707 Remove String format support for retried_at and failed_at 2014-02-13 20:56:56 -08:00
Mike Perham
d355a0475e Add dead job queue, fixes #1471 2014-02-09 14:56:01 -08:00
Ryan LeFevre
b41f8fe932 Wrap retry arguments 2013-12-12 00:18:55 -05:00
Kirill Nikitin
0a7e8ea439 Closes #1120 Removed slim. 2013-08-22 02:59:34 +04:00