Skip to content

Commit

Permalink
Added support of queue mode during assertQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain GAGNAIRE committed Oct 9, 2018
1 parent 4641fe3 commit 976f891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api_args.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Args.assertQueue = function(queue, options) {
setIfDefined(argt, 'x-max-length', options.maxLength);
setIfDefined(argt, 'x-max-priority', options.maxPriority);
setIfDefined(argt, 'x-overflow', options.overflow);
setIfDefined(argt, 'x-queue-mode', options.queueMode);

return {
queue: queue,
Expand Down

0 comments on commit 976f891

Please sign in to comment.