You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, does anyone know what the behaviour is if you have two processes, each a producer for the same queue so they have a Queue instance with the same name and connection BUT different options (e.g. prefix, defaultJobOptions.attempts, defaultJobOptions.backoff, etc.)? Is it that the "defaultOptions" are only applied to the specific queue instance and the jobs enqueued in that instance only? If so then how does the queue enforce that behaviour in this scenario (i.e. two different options with different queue instances)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, does anyone know what the behaviour is if you have two processes, each a producer for the same queue so they have a Queue instance with the same name and connection BUT different options (e.g. prefix, defaultJobOptions.attempts, defaultJobOptions.backoff, etc.)? Is it that the "defaultOptions" are only applied to the specific queue instance and the jobs enqueued in that instance only? If so then how does the queue enforce that behaviour in this scenario (i.e. two different options with different queue instances)?
Beta Was this translation helpful? Give feedback.
All reactions