runactions working with

[size="3"]Hello ,[/size]

[size="3"]Please Guide me on runaction extension [/size]

[size="3"]I use in my controller action exmple like [/size]

[size="3"]I have actiondetail() inside action detail i import runaction [/size]

[size=“3”]Code as below[/size][size=“3”]Yii::import(‘ext.runactions.components.ERunActions’);[/size]

[size="3"]try{[/size]

[size="3"]if (ERunActions::runBackground()){[/size]

[size="3"] if($cserviceObj->consolidate_from_cj_and_linkshared() && $this->updateprod($upc)){ [/size]

[size="3"] $statusdone=1; [/size]

[size="3"] }[/size]

[size="3"]} else{[/size]

[size="3"] $statusdone=1;[/size]

[size="3"]}[/size]

[size="3"]}catch(exception $e){ [/size]

[size="3"]} [/size]

[size="3"]import runaction extenstion [/size]

[size="3"]import backend sservice class create object $cserviceObj call that method and update product [/size]

[size="3"]but long time a year my code working ok but now background process not working [/size]

[size="3"]in server and code i not find any error so please guide me thanks in advance [/size]