Remove a failed job from the DLQ
@override Future<void> remove(String id) async { _jobs.remove(id); }