@letsscrapedata/scraper 0.0.75 → 0.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -135,6 +135,11 @@ interface ScraperConfig {
135
135
  * @default false
136
136
  */
137
137
  loadUnfinishedTasks?: boolean;
138
+ /**
139
+ * unit: minutes
140
+ * @default 0
141
+ */
142
+ loadFailedTasksInterval?: number;
138
143
  /**
139
144
  * @default "", which will use current directory of process + "/data/"
140
145
  * if not empty, baseDir must be an absolute path, and the directory must exist and have read and write permissions.
package/dist/index.d.ts CHANGED
@@ -135,6 +135,11 @@ interface ScraperConfig {
135
135
  * @default false
136
136
  */
137
137
  loadUnfinishedTasks?: boolean;
138
+ /**
139
+ * unit: minutes
140
+ * @default 0
141
+ */
142
+ loadFailedTasksInterval?: number;
138
143
  /**
139
144
  * @default "", which will use current directory of process + "/data/"
140
145
  * if not empty, baseDir must be an absolute path, and the directory must exist and have read and write permissions.