views:

18

answers:

1

What sort of tools are available to monitor memory usage in methods running from delayed_job?

I have looked at memorylogic, oink, bleakhouse but they all either seem designed to work with controllers or I am missing something. Any examples of how delayed_job memory leaks (not with the gem itself but the code it is running) are detected will be much appreciated!