Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config/initializers/4_resque.rb
config/initializers/4_resque.rb
+2
-0
lib/tasks/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