BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
64db738f
Commit
64db738f
authored
Dec 25, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trying to fix resque issue
parent
c5eba169
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
4_resque.rb
config/initializers/4_resque.rb
+2
-0
resque.rake
lib/tasks/resque.rake
+1
-3
No files found.
config/initializers/4_resque.rb
View file @
64db738f
...
...
@@ -27,3 +27,5 @@ Resque::Server.use Authentication
# Mailer
Resque
::
Mailer
.
excluded_environments
=
[]
Resque
.
before_fork
=
Proc
.
new
{
ActiveRecord
::
Base
.
establish_connection
}
lib/tasks/resque.rake
View file @
64db738f
require
'resque/tasks'
task
"resque:setup"
=>
:environment
do
Resque
.
after_fork
do
Resque
.
redis
.
client
.
reconnect
end
Resque
.
before_fork
=
Proc
.
new
{
ActiveRecord
::
Base
.
establish_connection
}
end
desc
"Alias for resque:work (To run workers on Heroku)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment