mmoreram / GearmanBundle

GearmanBundle for Symfony2
MIT License
236 stars 104 forks source link

do() is deprecated: use doNormal() ? #24

Closed Pharkie closed 12 years ago

Pharkie commented 12 years ago

Getting this when calling a job with Gearmand 0.34

Deprecated: GearmanClient::do() [gearmanclient.do]: Use GearmanClient::doNormal() in /vhosts/domains/cardsinthepost.com/public/current/vendor/bundles/Mmoreramerino/GearmanBundle/lib/Mmoreramerino/GearmanBundle/Service/GearmanClient.php line 138

bmeynell commented 12 years ago

Instead of calling doJob in your code call doNormalJob instead.