We recently moved from standard port from 3000 to 3500 so when running locally the service didn't collide with grafana which often runs on port 3500. There's still some old code paths that assume 3000 which we should update.
as well, with cloud worker now being in main branch, you'll always need a REDIS_HOST and REDIS_PORT and actual redis service running. we should account for this in developer setup steps and env.example file.
We recently moved from standard port from
3000
to3500
so when running locally the service didn't collide with grafana which often runs on port3500
. There's still some old code paths that assume3000
which we should update.as well, with cloud worker now being in
main
branch, you'll always need aREDIS_HOST
andREDIS_PORT
and actual redis service running. we should account for this in developer setup steps andenv.example
file.