Skip to content

Commit

Permalink
Breaking: change namespaces for orkid
Browse files Browse the repository at this point in the history
  • Loading branch information
mugli committed Oct 5, 2019
1 parent 7d4fe45 commit 8057690
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ const loggingOptions: LoggingOptions = {

export const defaultOptions = {
NAMESPACE: '__orkid',
RESULTLIST: '__orkid:internals:results',
FAILEDLIST: '__orkid:internals:failed',
DEADLIST: '__orkid:internals:dead',
STAT: '__orkid:internals:stat',
QUENAMES: '__orkid:internals:qnames',
INTERNALS: '__internals',
RESULTLIST: '__orkid:__internals:results',
FAILEDLIST: '__orkid:__internals:failed',
DEADLIST: '__orkid:__internals:dead',
STAT: '__orkid:__internals:stat',
QUENAMES: '__orkid:__internals:qnames',
redisOptions,
queueOptions,
consumerOptions,
Expand Down

0 comments on commit 8057690

Please sign in to comment.