Skip to content

Commit

Permalink
Merge pull request #37 from mekasudheer/master
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmorrison authored Nov 10, 2023
2 parents 0ce6a8e + 279ab1a commit 1c1c56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rocket_job/jobs/copy_file_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CopyFileJob < RocketJob::Job
self.destroy_on_complete = false
# Number of times to automatically retry the copy. Set to `0` for no retry attempts.
self.retry_limit = 10
self.prioriy = 30
self.priority = 30

# File names in IOStreams URL format.
field :source_url, type: String, user_editable: true
Expand Down
2 changes: 1 addition & 1 deletion lib/rocket_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RocketJob
VERSION = "6.3.0".freeze
VERSION = "6.3.1".freeze
end

0 comments on commit 1c1c56e

Please sign in to comment.