progress_job icon indicating copy to clipboard operation
progress_job copied to clipboard

Progress for Delayed job

Results 3 progress_job issues
Sort by recently updated
recently updated
newest added

Still getting this error: ActiveRecord::RecordNotFound (Couldn't find Delayed::Backend::ActiveRecord::Job with 'id'...): Suggestion: The error should be rescued instead. The previous guard approach wouldn't catch this error.

-No route was inserted -no folder /progress-jobs/ was created Is this correct?

/var/lib/gems/1.9.1/gems/activesupport-4.1.6/lib/active_support/dependencies.rb:247:in `require': /var/lib/gems/1.9.1/gems/progress_job-0.0.4/lib/progress_job/base.rb:3: syntax error, unexpected tLABEL, expecting ')' (SyntaxError) def initialize(progress_max: 100) ^ /var/lib/gems/1.9.1/gems/progress_job-0.0.4/lib/progress_job/base.rb:13: syntax error, unexpected tLABEL, expecting ')' def update_progress(step: 1) ^ /var/lib/gems/1.9.1/gems/progress_job-0.0.4/lib/progress_job/base.rb:21: syntax error, unexpected tLABEL...