Home
last modified time | relevance | path

Searched refs:maxRetries (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-rmdir-recursive.js154 maxRetries: 0, property
159 maxRetries: 5, property
167 maxRetries: 99 property
170 maxRetries: 99, property
203 validateRmdirOptions({ maxRetries: -1 }); property
Dtest-fs-rm.js214 maxRetries: 0, property
220 maxRetries: 5, property
229 maxRetries: 99 property
232 maxRetries: 99, property
276 validateRmOptionsSync(filePath, { maxRetries: -1 }); property
Dtest-policy-parse-integrity.js24 fs.rmSync(tmpdirPath, { maxRetries: 3, recursive: true, force: true }); property
/third_party/node/lib/internal/fs/
Drimraf.js48 if (retryErrorCodes.has(err.code) && retries < options.maxRetries) {
209 const tries = options.maxRetries + 1;
249 const tries = options.maxRetries + 1;
Dutils.js696 maxRetries: 0 property
701 maxRetries: 0, property
768 validateUint32(options.maxRetries, 'options.maxRetries');
/third_party/node/deps/npm/node_modules/worker-farm/
Dindex.d.ts44 maxRetries?: number;
DREADME.md112 , maxRetries : Infinity
128 …l fail and will be automatically resubmitted uless you've changed the `maxRetries` option. Use thi…
130maxRetries</code>** allows you to control the max number of call requeues after worker termination…
/third_party/node/test/common/
Dtmpdir.js8 fs.rmSync(pathname, { maxRetries: 3, recursive: true, force: true }); property
/third_party/node/deps/npm/node_modules/libcipm/lib/
Dextract.js25 maxRetries: 1 property
/third_party/node/deps/npm/node_modules/worker-farm/lib/
Dfarm.js10 , maxRetries : Infinity property
84 else if (call.retries >= this.options.maxRetries) {
/third_party/node/test/pummel/
Dtest-policy-integrity.js123 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true }); property
199 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true }); property
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js551 let child1 = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5}, childPath, [ 'stubborn' ]) property
563 let child2 = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 3}, childPath, [ 'stubborn' ]) property
586 …, child = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5, workerOptions: workerOptions}, chil… property
/third_party/node/deps/npm/lib/install/action/
Dextract.js35 maxRetries: 1 property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProgram.inc248 constexpr int maxRetries = 8;
257 } while (Err == EINTR && ++retries < maxRetries);
/third_party/node/doc/api/
Dfs.md1056 description: The `maxBusyTries` option is renamed to `maxRetries`, and its
1069 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
1103 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
3151 description: The `maxBusyTries` option is renamed to `maxRetries`, and its
3176 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
3211 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
4799 description: The `maxBusyTries` option is renamed to `maxRetries`, and its
4816 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
4848 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1298 * The `maxBusyTries` option is renamed to `maxRetries`, and its default is
1368 …ejs/node/commit/fa1f87b199)] - **fs**: rename rimraf's maxBusyTries to maxRetries (cjihrig) [#3064…
DCHANGELOG_V12.md987 …ejs/node/commit/3a70185c16)] - **fs**: rename rimraf's maxBusyTries to maxRetries (Colin Ihrig) [#…