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

Add information about Sidekiq::Stats::Job#enqueued_at to changelog

This commit is contained in:
Mario Visic 2013-05-24 15:17:02 +10:00
parent fabe0e0fed
commit a97bfcafb8

View file

@ -1,3 +1,9 @@
HEAD
-----------
- Record the timestamp when jobs are enqueued. Add
Sidekiq::Stats::Job#enqueued_at to query the time. [mariovisic, #944]
2.12.0
-----------