interface IConfigTask { address: string; config: IConfigLine; retry: number; }