Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
iamigo committed Feb 23, 2017
1 parent b347174 commit 176d5fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ const deprioritizeJobsFrom = configUtil.csvToArray(pe.DEPRIORITIZE_JOBS_FROM);
// set time to live for "kue" jobs
const JOB_QUEUE_TTL_SECONDS = pe.TTL_KUE_JOBS || DEFAULT_JOB_QUEUE_TTL_SECONDS;

/*
* Assigns each of the different redis uses cases to a particular redis
* instance, if configured, or falls back to the primary redis instance.
*/
const redisUrls = {
cache: pe.REDIS_CACHE && pe[pe.REDIS_CACHE] ?
pe[pe.REDIS_CACHE] : (pe.REDIS_URL || DEFAULT_LOCAL_REDIS_URL),
Expand Down

0 comments on commit 176d5fd

Please sign in to comment.