2024-11-06 23:05:07 -05:00
|
|
|
server: ./bin/rails server -p 9000 -b 127.0.0.1 --pid=/tmp/rails-server.pid
|
2024-05-07 15:54:25 -04:00
|
|
|
# server: PITCHFORK_LISTEN_ADDRESS=0.0.0.0:9000 PITCHFORK_WORKER_COUNT=2 bundle exec pitchfork -c config/pitchfork.rb
|
2023-05-02 13:13:47 -04:00
|
|
|
jobs: SIDEKIQ_QUEUES="low_prio:1;video:1;iqdb:1;tags:2;default:3;high_prio:5" bundle exec sidekiq
|
2024-11-06 23:05:07 -05:00
|
|
|
# cron: run-parts /etc/periodic/daily && crond -f
|