Rate limit only stops LinkedIn, continues other platforms
Don't break the entire run when LinkedIn rate limits — skip LinkedIn jobs and continue to Wellfound and other platforms. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -243,8 +243,8 @@ async function main() {
|
||||
await browser?.browser?.close().catch(() => {});
|
||||
}
|
||||
if (results.rate_limited) {
|
||||
await sendTelegram(settings, `⚠️ *LinkedIn Easy Apply daily limit reached* — stopping all applications until tomorrow.`).catch(() => {});
|
||||
break;
|
||||
await sendTelegram(settings, `⚠️ *LinkedIn Easy Apply daily limit reached* — skipping LinkedIn, continuing other platforms.`).catch(() => {});
|
||||
results.rate_limited = false; // Reset so other platforms can proceed
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user