otwarchive-sunsetarchive/entrypoints/worker-entrypoint.sh

12 lines
175 B
Bash
Raw Normal View History

2026-03-17 05:16:49 +00:00
#!/bin/bash
set -e
bundle install
if [ -f tmp/pids/server.pid ]; then
rm tmp/pids/server.pid
fi
QUEUE="*" bundle exec rake environment resque:work