Fix mistranslations.

- "スケジュール管理" ("schedule management") is mistranslation of "support
scheduling".
- "計算集約的" is commonly used for the translation for
"computationally-intensive".
pull/323/head
SATO Yusuke 2019-09-13 14:33:44 +09:00
parent afed66f3a3
commit e0959b3abf
1 changed files with 1 additions and 1 deletions

View File

@ -1299,7 +1299,7 @@ def set_user(user_id, values):
### タスクキュー
タスクキューはタスクとその関連するデータを受け取り、処理した上でその結果を返します。スケジュール管理をできるほか、バックグラウンドでとても重いジョブをこなすこともできます。
タスクキューはタスクとその関連するデータを受け取り、処理した上でその結果を返します。スケジューリングもできますし、バックグラウンドでとても計算量集約的なジョブをこなすのにも使えます。
**Celery** はスケジューリングとpythonのサポートがあります。