Savepoint

This commit is contained in:
Dunemask 2022-05-17 12:32:04 +00:00
parent 7db1a3456b
commit 02c483950c
45 changed files with 5136 additions and 256 deletions

View file

@ -11,7 +11,11 @@ const url = "https://Qualiteer.elijahparker3.repl.co";
// Create an initiator and make a job request
const primary = new Initiator(url);
const job = { command: ["node", "dev/other.js"], name: "testing", image: "node" };
const job = {
command: ["node", "dev/other.js"],
name: "testing",
image: "node",
};
await primary.newJob(job, null, () => console.log("Primary Job Concluded"));
/*const { clients } = qltr.jobs;