Skip to content

Commit

Permalink
Merge pull request #36 from lambcr/master
Browse files Browse the repository at this point in the history
Add a default priority of 30 for Copy File Job.
  • Loading branch information
reidmorrison authored Nov 9, 2023
2 parents c5c2ca0 + e2c1808 commit 096fbf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rocket_job/jobs/copy_file_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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

# File names in IOStreams URL format.
field :source_url, type: String, user_editable: true
Expand Down

0 comments on commit 096fbf6

Please sign in to comment.