salsify / delayed_job_worker_pool

Worker process pooling for Delayed Job
MIT License
36 stars 13 forks source link

Fix specs, travis build #4

Closed severinraez closed 4 years ago

severinraez commented 5 years ago

I looked at the code in preparation for an attempt on https://github.com/salsify/delayed_job_worker_pool/pull/3 . Some side products:

severinraez commented 4 years ago

@jturkel at last... :)

Please merge this if it looks good.

What do you think about upgrading the dummy app to rails 6? This would enable us to update the dev dependencies in the gemspec and could be done in another PR. For me personally, the next goal is to work on https://github.com/salsify/delayed_job_worker_pool/pull/3

jturkel commented 4 years ago

Thanks @severinraez! Upgrading the dummy app to Rails 6.0 sounds good to me.