Skip to content

Commit

Permalink
feat: modify global_conf.py
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Mar 29, 2024
1 parent 09afc87 commit a4c38c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/spaceone/identity/conf/global_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
# Queue Settings
collect_queue = "identity_q" # Queue name for asynchronous collect
QUEUES = {
"identity_q": {
"backend": "spaceone.core.queue.redis_queue.RedisQueue",
"host": "redis",
"port": 6379,
"channel": "identity",
},
# "identity_q": {
# "backend": "spaceone.core.queue.redis_queue.RedisQueue",
# "host": "redis",
# "port": 6379,
# "channel": "identity_job",
# },
}
SCHEDULERS = {}
WORKERS = {}
Expand Down

0 comments on commit a4c38c5

Please sign in to comment.