Tue Dec 1
Forgot to transfer environment variables for the following:
QUEUE_CONNECTION=redis
REDIS_DB=0
REDIS_CACHE_DB=1
REDIS_HORIZON_DB=2
0
, 1
, and 2
are the defaults this really didn't impact anything.QUEUE_CONNECTION
defaulted to synchronized jobs instead of via redis so Horizon had nothing to do.flushdb
reset horizon and now running jobs via dispatch()
show up as expected.