fail abstract method

Future<void> fail(
  1. Job job
)

Permanently removes a failed job and stores it in the dead letter queue.

Implementation

Future<void> fail(Job job);