Skip to content

Commit

Permalink
Merge pull request #165 from ConnectAI-E/hotfix-celery
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
freeziyou authored Jan 30, 2024
2 parents 6a4d5f0 + 378f81c commit 679fb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

app.config.setdefault("REDIS_URL", "redis://redis:6379/0")

client = redis.from_url(app.config["CELERY_BROKER_URL"], decode_responses=True)
client = redis.from_url(app.config["REDIS_URL"], decode_responses=True)


class RedisStorage(object):
Expand Down

0 comments on commit 679fb77

Please sign in to comment.