Skip to content

Commit

Permalink
Merge pull request #1251 from yogeshojha/1241-bug-scans-pending-cause…
Browse files Browse the repository at this point in the history
…d-by-broken-

Fix #1241
  • Loading branch information
yogeshojha authored May 11, 2024
2 parents 470f352 + a2a9a82 commit 2490a79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/celery-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ exec "$@"
# httpx seems to have issue, use alias instead!!!
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


# watchmedo auto-restart --recursive --pattern="*.py" --directory="/usr/src/app/reNgine/" -- celery -A reNgine.tasks worker --autoscale=10,0 -l INFO -Q scan_queue &
echo "Starting Workers..."
Expand Down

0 comments on commit 2490a79

Please sign in to comment.