Translation Results Requested Through Conyac Made Public
[Translation from Japanese to English ] [Regarding the way to run the job sequentially] Is there any way to run th...
Original Texts
[ジョブをシーケンシャルに実行する方法について]
ジョブをパラレルではなく,シーケンシャルに実行する方法はないでしょうか?
ジョブAとジョブBがあった時,ジョブAが確実に完了してからジョブBを実行したいと思っています.
"スケジュール機能"の"最大実行時間"を使った場合,ジョブAが全て完了せずにジョブBが実行される可能性があるため
この方法は取りづらいです.
何かアドバイスがあればお願いします.
ジョブをパラレルではなく,シーケンシャルに実行する方法はないでしょうか?
ジョブAとジョブBがあった時,ジョブAが確実に完了してからジョブBを実行したいと思っています.
"スケジュール機能"の"最大実行時間"を使った場合,ジョブAが全て完了せずにジョブBが実行される可能性があるため
この方法は取りづらいです.
何かアドバイスがあればお願いします.
Translated by
scintillar
Regarding implementing sequential jobs
Is this a way of realizing doing jobs in sequence, not in parallel?
When I'm doing job A and job B, I think I'll finish job A completely, then do job B.
If using the "highest implementation time" under "schedule function", as job B can be executed without completely finishing job A, this method is difficult to do.
Could you please let me know if you have any advice on this.
Is this a way of realizing doing jobs in sequence, not in parallel?
When I'm doing job A and job B, I think I'll finish job A completely, then do job B.
If using the "highest implementation time" under "schedule function", as job B can be executed without completely finishing job A, this method is difficult to do.
Could you please let me know if you have any advice on this.