tobi / delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
http://tobi.github.com/delayed_job
MIT License
2.15k stars 1.25k forks source link

Can I introspect attempts counter? #54

Open lulalala opened 12 years ago

lulalala commented 12 years ago

I want to write my custom method which will do something differently when 3 attempts have been reached. I am wondering if I can access the attempts counter inside my perform method?