retryByType abstract method

Future<List<FailedJob>> retryByType(
  1. String jobType
)

Retry all failed jobs of a specific type

Implementation

Future<List<FailedJob>> retryByType(String jobType);