mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 10:55:09 +02:00
Fix getting stuck
This commit is contained in:
parent
03559c49f4
commit
bb6083962d
@ -209,6 +209,7 @@ async function getIP(hostname) {
|
|||||||
|
|
||||||
const testOrchestrator = async function (id, target) {
|
const testOrchestrator = async function (id, target) {
|
||||||
if (!id.length || !target.length) {
|
if (!id.length || !target.length) {
|
||||||
|
currentPending--;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const origTarget = new URL(target);
|
const origTarget = new URL(target);
|
||||||
@ -245,6 +246,7 @@ const testOrchestrator = async function (id, target) {
|
|||||||
discoveryResults.err == "insufficient sender reserve"
|
discoveryResults.err == "insufficient sender reserve"
|
||||||
) {
|
) {
|
||||||
console.log("Ignoring " + id + " due to insufficient sender reserve");
|
console.log("Ignoring " + id + " due to insufficient sender reserve");
|
||||||
|
currentPending--;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Cache results
|
// Cache results
|
||||||
|
Loading…
x
Reference in New Issue
Block a user