Sha256: 8ea06e54cca3832e96872116a8b8493af91dac38a687c2529f52bed0a8f7404a

Contents?: true

Size: 428 Bytes

Versions: 21

Compression:

Stored size: 428 Bytes

Contents

#!/usr/bin/env ruby
require 'logger'

$LOAD_PATH.unshift ::File.expand_path(::File.dirname(__FILE__) + '/lib')
require 'resque/server'

# Set the RESQUECONFIG env variable if you've a `resque.rb` or similar
# config file you want loaded on boot.
if ENV['RESQUECONFIG'] && ::File.exists?(::File.expand_path(ENV['RESQUECONFIG']))
  load ::File.expand_path(ENV['RESQUECONFIG'])
end

use Rack::ShowExceptions
run Resque::Server.new

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
opengotham_resque-1.8.2 config.ru
resque-mongo-1.8.1 config.ru
resque-1.8.0 config.ru
resque-1.7.1 config.ru
resque-1.7.0 config.ru
resque-1.6.1 config.ru
resque-1.6.0 config.ru
resque-1.5.2 config.ru
resque-1.5.1 config.ru
scotttam-resque-0.0.5 config.ru
scotttam-resque-0.0.4 config.ru
scotttam-resque-0.0.3 config.ru
scotttam-resque-0.0.2 config.ru
scotttam-resque-0.0.1 config.ru
grockit-resque-1.5.0 config.ru
resque-1.5.0 config.ru
resque-mongo-1.4.0 config.ru
resque-1.4.0 config.ru
resque-mongo-1.3.1 config.ru
resque-1.3.1 config.ru