Store a failed job in the DLQ
@override Future<void> store(FailedJob job) async { _jobs[job.id] = job; }