mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Basic delayed jobs queue display and rubocop fixes
This commit is contained in:
parent
c7b58d8b06
commit
f4ebbbdc95
5 changed files with 36 additions and 5 deletions
|
@ -85,8 +85,8 @@ task deploy: :environment do
|
|||
|
||||
to :launch do
|
||||
queue "mkdir -p #{deploy_to}/current/tmp; touch #{deploy_to}/current/tmp/restart.txt"
|
||||
queue "RAILS_ENV=production bin/delayed_job stop"
|
||||
queue "RAILS_ENV=production bin/delayed_job start"
|
||||
queue 'RAILS_ENV=production bin/delayed_job stop'
|
||||
queue 'RAILS_ENV=production bin/delayed_job start'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -27,11 +27,9 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :users
|
||||
resources :epp_users
|
||||
resources :contact_versions
|
||||
resources :domain_versions
|
||||
|
||||
resources :contact_histories
|
||||
resources :domain_histories
|
||||
resources :delayed_jobs
|
||||
|
||||
root 'domains#index'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue