Method: ActiveJob::Core#priority=
- Defined in:
- activejob/lib/active_job/core.rb
#priority=(value) ⇒ Object (writeonly)
Priority that the job will have (lower is more priority).
25 26 27 |
# File 'activejob/lib/active_job/core.rb', line 25 def priority=(value) @priority = value end |