Sha256: c3e140dd0f1040a1b1e58781095b5bf90574150eaa45942696cf2d0aa61f9a7f

Contents?: true

Size: 223 Bytes

Versions: 103

Compression:

Stored size: 223 Bytes

Contents

#!/usr/bin/env ruby

require File.join(Dir.getwd, 'config', 'environment')
require 'delayed/command'
Delayed::Worker.logger = Logger.new(File.join(Rails.root, 'log', 'delayed_job.log'))
Delayed::Command.new(ARGV).daemonize

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
web47core-3.2.20 bin/delayed_job
web47core-3.2.19 bin/delayed_job
web47core-3.2.18 bin/delayed_job
web47core-3.2.17 bin/delayed_job
web47core-3.2.16 bin/delayed_job
web47core-3.2.15 bin/delayed_job
web47core-3.2.14 bin/delayed_job
web47core-3.2.13 bin/delayed_job
web47core-3.2.12 bin/delayed_job
web47core-3.2.9 bin/delayed_job
web47core-3.2.8 bin/delayed_job
web47core-3.2.7 bin/delayed_job
web47core-3.2.6 bin/delayed_job
web47core-3.2.5 bin/delayed_job
web47core-3.2.4 bin/delayed_job
web47core-2.2.20 bin/delayed_job
web47core-2.2.19 bin/delayed_job
web47core-3.2.3 bin/delayed_job
web47core-3.2.2 bin/delayed_job
web47core-2.2.15 bin/delayed_job