https://github.com/stjudecloud/dx-coverage_bw
https://github.com/stjudecloud/dx-coverage_bw
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stjudecloud/dx-coverage_bw
- Owner: stjudecloud
- Created: 2020-11-30T19:07:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T20:45:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T05:28:49.107Z (over 1 year ago)
- Language: Java
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.developer.md
Awesome Lists containing this project
README
# Coverage-bw Developer Readme
## Running this app with additional computational resources
This app has the following entry points:
* main
When running this app, you can override the instance type to be used by
providing the ``systemRequirements`` field to ```/applet-XXXX/run``` or
```/app-XXXX/run```, as follows:
{
systemRequirements: {
"main": {"instanceType": "mem2_hdd2_x2"}
},
[...]
}
See Run
Specification in the API documentation for more information about the
available instance types.