Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] workflow runs are failing intermittently (and running 10x longer than intended) #10

Closed
nberlette opened this issue Sep 30, 2023 · 0 comments · Fixed by #13
Closed
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@nberlette
Copy link
Owner

It seems that about 1 in every 5-10 runs is currently failing to complete, and that's after it has run for an average of 10x minutes longer than a typical successful run.

A normal workflow run without any issues, takes about 45-60 seconds to successfully complete from start to finish. In comparison, the average failed run is currently taking over 6 minutes and 30 seconds before it gives up and fails.

This has something to do with the "retries" logic of the scraper; I have a hunch that when the first attempt fails to retrieve new content, it is running into cached content while making its additional attempts.

I'm investigating the issue currently and will be pushing through a PR to fix it as soon as I can.

@nberlette nberlette added bug Something isn't working good first issue Good for newcomers labels Sep 30, 2023
@nberlette nberlette self-assigned this Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
1 participant