Event attributes for diagnostics/observability.
@override Map<String, Object?> get attributes => { 'taskId': envelope.id, 'taskName': envelope.name, 'queue': envelope.queue, 'workerId': worker.id, 'reason': reason, };