翻訳者レビュー ( 日本語 → 英語 )
評価: 48 / 0 Reviews / 2016/08/19 21:07:17
日本語
[ジョブをシーケンシャルに実行する方法について]
ジョブをパラレルではなく,シーケンシャルに実行する方法はないでしょうか?
ジョブAとジョブBがあった時,ジョブAが確実に完了してからジョブBを実行したいと思っています.
"スケジュール機能"の"最大実行時間"を使った場合,ジョブAが全て完了せずにジョブBが実行される可能性があるため
この方法は取りづらいです.
何かアドバイスがあればお願いします.
英語
[How to execute a job in a sequential order, not in parallel]
Is there any way to execute a job in a sequential order, not in parallel?
If there are the job A and the job B, I want to execute the job B after finishing the job A completely.
if I use the maximum run time of the schedule function, there is a possibility to be executed the job B even though the job A isn't finished yet, so it is not easy to use the above function.
I you have any advice, please let me know.
レビュー ( 0 )
翻訳者レビューはまだありません
備考:
"最大実行時間"は"the maximum run time"として下さい.