Skip to content

Commit

Permalink
[7.2] active_job_basics.mdの訳文を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hachi8833 committed Nov 13, 2024
1 parent 9689884 commit d49cd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/active_job_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ ProcessVideoJob.perform_later(Video.last)
MyJob.set(priority: 50).perform_later(record)
```

NOTE: 優先度の低い番号が、優先度の高い番号より先に実行されるか後に実行されるかは、アダプタの実装によって異なります。詳しくはバックエンドのドキュメントを参照してください。アダプタの作成者は、優先度の低い番号をより重要視することをオススメします
NOTE: 優先度の低い番号が、優先度の高い番号より先に実行されるか後に実行されるかは、アダプタの実装によって異なります。詳しくはバックエンドのドキュメントを参照してください。アダプタの作成者は、小さい番号ほど重要度が高いものとして扱うことが推奨されます

[`queue_with_priority`]: https://api.rubyonrails.org/classes/ActiveJob/QueuePriority/ClassMethods.html#method-i-queue_with_priority

Expand Down

0 comments on commit d49cd01

Please sign in to comment.