You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd <MagentoDocRoot>
# Get phpunit
wget http://pear.phpunit.de/get/phpunit.phar
chmod +x phpunit.phar
# Run tests
./phpunit.phar tests/Aoe_Queue/QueueTestcase.php
In System > Configuration > Advanced > System > Queue
Use Aoe_Scheduler to run a separate cronjob to process the aoe_queue task so this won't block the other tasks.