Closed lukewendling closed 7 years ago
closing. job-queue is the only service that stores state in memory. once it stores the job ids in redis, this issue should be obsolete.
also, b/c job-scheduler is now its own service and not coupled with job queue, it can be stopped independently in order to allow job queue to finish its current run. at that point, job queue can be restarted, to allow for env var changes, debugging, etc.
Problem: for env vars that we regularly update for diff envs, consider moving the vars to runtime settings.
Recommended protocol: env var -> settings value -> some default val (Date.now)
TODO:
what else?
@justinlueders