Skip to content
Snippets Groups Projects
Commit 94a05157 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

we already have a service for sidekiq

parent 347208ca
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
total_threads=8
log_file='log/sidekiq.log'
bundle exec sidekiq -d -c $total_threads -L $log_file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment