I\'m trying to pass a list of arguments to a backgroundrb in documentation it says: MiddleMan.worker(:billing_worker).async_charge_cust开发者_如何转开发omer(:arg => current_customer.id)
I have a BackgroundRb worker in charge of dispatching some emails. Ho开发者_运维知识库w should I tell this worker not to run during tests? Does the framework include some configuration parameter or s
I\'d like some thoughts on whether using fork{} to \'background\' a process from a rails app is such a good idea or not...