NorskManager class
The entrypoint for all Norsk Manager applications
Signature:
export declare class NorskManager
Methods
Method | Modifiers | Description |
---|---|---|
Close down the Norsk connection |
||
Stops a running job |
||
|
Connect to the Norsk Manager |
|
Spawn a new EC2 instance running the worker image, and make it available for picking up jobs |
||
Create a new job |
||
Spawn a new OCI instance running the worker image, and make it available for picking up jobs |
||
Deletes a job |
||
Provides a stream of the activity that is happening on the server-side. Reacting to these events is essential for the creation of client-side management logic. |
||
Search for jobs by id |
||
Search for jobs by tag/date/etc. See JobSearchSettings |
||
Start a job on a node |
||
Stop a job running on a node |
||
Forcibly stop a node |
||
Update a job |