Skip to content

Commit

Permalink
add require 'resque/failure/base'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed Aug 6, 2024
1 parent 43580c4 commit acbdc2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/lib/tasks/resque.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
# See also https://openstudio.net/license
# *******************************************************************************

require 'resque'
require 'resque/tasks'
require 'resque/failure/base'
require 'resque/failure/redis'

task 'resque:setup' => :environment
Expand Down

0 comments on commit acbdc2f

Please sign in to comment.