Job({ required this.id, required this.queue, required this.payload, required this.createdAt, }) : status = JobStatus.pending, error = null;