Added predictive completion time based on cycle times for job scheduling. BOD-401
This commit is contained in:
@@ -15,6 +15,7 @@ exports.job = async (req, res) => {
|
||||
try {
|
||||
const BearerToken = req.headers.authorization;
|
||||
const { jobId } = req.body;
|
||||
console.log("exports.job -> jobId", jobId)
|
||||
|
||||
const client = new GraphQLClient(process.env.GRAPHQL_ENDPOINT, {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user