backgroundrb
How to pass more than one argument to a worker at backgroundrb
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)[详细]
2022-12-19 18:14 分类:问答Can I disable some BackgroundRb workers during tests?
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[详细]
2022-12-11 13:12 分类:问答using Kernel#fork for backgrounding processes, pros? cons?
I\'d like some thoughts on whether using fork{} to \'background\' a process from a rails app is such a good idea or not...[详细]
2022-12-07 23:44 分类:问答