otwa-aggie/entrypoints/worker-entrypoint.sh
2026-08-13 00:44:25 -04:00

10 lines
174 B
Bash
Executable file

#!/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