Sha256: dcd64e835f7d9bd37734bf5ba8b93cf3a91f578c221c1e0c7c4ac27f4cd5f98d
Contents?: true
Size: 227 Bytes
Versions: 6
Compression:
Stored size: 227 Bytes
Contents
require 'resque' require 'resque-scheduler' # Change to use your favorite method of configuration. Consider the # dotenv gem to setup your environment with a .env file. Resque.redis = ENV.fetch('REDIS_URL', 'localhost:6379')
Version data entries
6 entries across 6 versions & 1 rubygems