Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fifo properties should only be set if the queue is of type FIFO #1600

Merged
merged 2 commits into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. feat: Fifo properties should only be set if the queue is of type FIFO

    `deduplication_scope` and `fifo_throughput_limit` do not apply for standard queues and they will throw error if attempted to be set (e.g. because there is a default)
    FelisiaM committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b54fdaf View commit details
    Browse the repository at this point in the history
  2. Add default clarification

    FelisiaM committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3c081f8 View commit details
    Browse the repository at this point in the history