Skip to content

Commit

Permalink
request gotchas
Browse files Browse the repository at this point in the history
  • Loading branch information
richcar58 committed Jan 29, 2019
1 parent f6fb4c2 commit cc50985
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/agave/guides/jobs/aloe-job-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,17 @@ If present on a job submission request, the notification array contains objects
| | | ${JOB_ERROR}. +
+----------------------+------------+-------------------------------+

Submission Request Gotchas
^^^^^^^^^^^^^^^^^^^^^^^^^^

The differences between the new job submission request and the legacy request are mostly due to stricter enforcement of parameter names and types. Parameters marked as deprecated in Agave have been removed from Aloe. Also, Aloe consistently enforces parameter types so that user intent is clear. Here are some changes that cause job requests that passed validation in Agave to be flagged in Aloe:

* executionSystem - was ignored, now disallowed
* archivePath - required when *archive* is true (can be empty string)
* memoryPerNode - a string with optional unit designation in suffix
* parameter - deprecated, use *parameters* instead
* parameters fields - must conform to types defined in application


Job Lifecycle
^^^^^^^^^^^^^
Expand Down

0 comments on commit cc50985

Please sign in to comment.