Skip to content

Commit

Permalink
Try and figure out why workers are not running #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Mar 7, 2025
1 parent 8f8261e commit c3dfe9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Wait and check containers
run: sleep 240 && docker ps -a
continue-on-error: true
- name: Check containers again
run: docker ps -a
- name: Check workers
run: docker exec -it seek-workers bundle exec rake seek:workers:status
- name: Check app status
run: ruby script/check_deployment.rb
1 change: 0 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ do
done

tail -f log/production.log &
tail -f log/schedule.log &

echo "STARTING NGINX"
nginx -c /seek/nginx.conf -g 'daemon off;'
1 change: 1 addition & 0 deletions docker/start_workers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ do
sleep 0.2
done

tail -f log/schedule.log &
tail -f log/production.log

0 comments on commit c3dfe9d

Please sign in to comment.