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
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
cd testscenario
celery worker -l DEBUG -c 20
# In another terminal
cd testscenario
celery worker -l DEBUG -c 20 --config=celeryredisconfig
# In another terminal
phpunit
Testing Redis authentication
echo requirepass test >>/etc/redis/redis.conf
service redis-server restart
cd testscenario
celery worker -l DEBUG -c 20 --config=celeryredisauthconfig
# In another terminal
phpunit CeleryRedisAuthTest unittest/CeleryRedisAuthTest.php