extendJob method

  1. @override
Future<JobV1> extendJob (
  1. String correlationId,
  2. String jobId,
  3. num timeout
)
override

Extends job execution limit on timeout value

  • correlationId (optional) transaction jobId to trace execution through call chain.
  • jobId a jobId of job to be retrieved.
  • timeout a timeout for set locked_until time for job. Return Future that receives job or error.