Skip to content

Commit

Permalink
Merge pull request #1390 from SJ029626/celery-reentry-fix
Browse files Browse the repository at this point in the history
Update celery-entrypoint.sh
  • Loading branch information
yogeshojha committed Aug 27, 2024
2 parents c95bba2 + 8bc0795 commit ae6fe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/celery-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ exec "$@"
echo 'alias httpx="/go/bin/httpx"' >> ~/.bashrc

# TEMPORARY FIX, httpcore is causing issues with celery, removing it as temp fix
python3 -m pip uninstall -y httpcore
#python3 -m pip uninstall -y httpcore

# TEMPORARY FIX FOR langchain
pip install tenacity==8.2.2
Expand Down

0 comments on commit ae6fe5d

Please sign in to comment.