You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #2105, I had some ideas on how we can restructure the execution modes pages. I'm opening a new issue instead of commenting in the PR in case we want to merge the PR first.
Introduction to execution modes
First introduce what execution modes are. The one liner we have today "There are several ways to run workloads", IMHO, isn't enough introduction. It should instead mention what execution modes and why one should care. For example, the execution modes indicate how your jobs are to be scheduled, and choosing the right execution mode allows your jobs to run efficiently within the time budget you have.
Then it can go into a brief introduction on what modes we have and what each does
Then the concepts of active, max, and iTTL. These apply to both session and batch. Much of the existing "Introduction to session" can merged in here.
Choosing the right execution mode
Some introduction on things to consider, such as usage, overall execution time, iTTL requirement, and time in between jobs
Explain what usage means (e.g. it reduces your priority)
Give recommendation, including best practices
Give some examples - e.g. what should you expect when running an iterative workload using session vs batch vs job
Run jobs in a session/batch
These pages would focus on code examples. Things like why you should use batch, which is currently mentioned in the Run.. page, should be moved to the Choosing... page.
The text was updated successfully, but these errors were encountered:
URL to the relevant documentation
No response
Select all that apply
Describe the fix.
While reviewing #2105, I had some ideas on how we can restructure the execution modes pages. I'm opening a new issue instead of commenting in the PR in case we want to merge the PR first.
Introduction to execution modes
Choosing the right execution mode
Run jobs in a session/batch
These pages would focus on code examples. Things like why you should use batch, which is currently mentioned in the
Run..
page, should be moved to theChoosing...
page.The text was updated successfully, but these errors were encountered: