collectiveidea / delayed_job

Database based asynchronous priority queue system -- Extracted from Shopify
http://groups.google.com/group/delayed_job
MIT License
4.82k stars 956 forks source link

Improve payload_object logging #1120

Open xronos-i-am opened 4 years ago

xronos-i-am commented 4 years ago

Just a small logging improvement for Module methods.

At the moment logging is not very usefull: Module#call

albus522 commented 3 years ago

I think this PR includes more than you intended. Checking and reporting memory usage after every job is overhead that isn't generally useful.

xronos-i-am commented 3 years ago

I think this PR includes more than you intended. Checking and reporting memory usage after every job is overhead that isn't generally useful.

sure, removed it