Update Comment to remove single api reference
This commit is contained in:
@@ -231,11 +231,9 @@ function sleep(milliseconds) {
|
|||||||
return new Promise(resolve => setTimeout(resolve, milliseconds));
|
return new Promise(resolve => setTimeout(resolve, milliseconds));
|
||||||
}
|
}
|
||||||
|
|
||||||
// === Error formatting / interpretation ===
|
|
||||||
|
|
||||||
// === Main scheduler ===
|
// === Main scheduler ===
|
||||||
// Orchestrates startup, selects the appropriate fetcher (API keys,
|
// Orchestrates startup, selects the appropriate fetcher (API keys,
|
||||||
// service accounts, or single credentials), and runs the periodic loop.
|
// service accounts), and runs the periodic loop.
|
||||||
async function scheduleRuns() {
|
async function scheduleRuns() {
|
||||||
const config = loadConfig();
|
const config = loadConfig();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user