I have couple of worker running background job. The method in this workers are like ~100 lines. What are general practices in optimizing and moving code to different files in Rails for Workers.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I like to use resque, but the problem here is what we load all environment with each worker, so worker natively are very slow. I think the good idea about this is to load only class what you really need. |
|||
|
|