Skip to content

Commit

Permalink
fixup! Debugging gh workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 15, 2024
1 parent 90c9b07 commit 688029a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fmf~=1.4
tmt~=1.35
fastapi~=0.112
httpx~=0.27
Expand Down
2 changes: 1 addition & 1 deletion src/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

logger = tmt.Logger(logging.getLogger("tmt-logger"))

redis_url = os.getenv("REDIS_URL", "redis://redis:6379")
redis_url = os.getenv("REDIS_URL", "redis://localhost:6379")

app = Celery(__name__, broker=redis_url, backend=redis_url)

Expand Down

0 comments on commit 688029a

Please sign in to comment.