Skip to content

Commit

Permalink
feat(self-hosted): Add support for rediss:// scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mishok13 committed Aug 20, 2024
1 parent 2cbf881 commit 43e0ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/monitoring/queues.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def get_queue_by_name(name: str) -> kombu.Queue:

backends: dict[str, type[_QueueBackend]] = {
"redis": RedisBackend,
"rediss": RedisBackend,
"amqp": AmqpBackend,
"amqps": AmqpBackend,
}
Expand Down

0 comments on commit 43e0ac9

Please sign in to comment.