phoenix
phoenix copied to clipboard
phoenix isn't working
After setup, I run phoenix
(using node app.js
), then using redis-cli
I run
RPUSH phoenix:queue "https://requestb.in/zjkhu2zj"
(integer) 1
PUBLISH phoenix 0
But there is no request found on https://requestb.in/zjkhu2zj?inspect
.
And this too appears
START: phoenix-439823TBoRuKRuMZ
STOP : phoenix-439823TBoRuKRuMZ
Could you help me what I'm doing wrong?