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

server: never give up on trying #25

Closed
wants to merge 1 commit into from
Closed

Conversation

isacikgoz
Copy link
Member

Summary

While testing the plugin on community, I came across to several occurrences of plugin not starting to scraping after a node restart. It may be a case if the lock is not being acquired. The goal of this PR is to improve logging and let plugins try to acquire the lock continuously. The attempt will be done in 60 seconds so it's not a big deal.

@isacikgoz isacikgoz added the 2: Dev Review Requires review by a core committer label Apr 30, 2024
@isacikgoz isacikgoz requested a review from agnivade April 30, 2024 09:55
@agnivade
Copy link
Member

agnivade commented May 2, 2024

It may be a case if the lock is not being acquired.

At a high level, wondering if we should start by adding more logging and simply try to understand what's happening. Or perhaps try to repro this on a spinwick. Did the existing logs from community shed any light?

Retrying continuously seems like trying to throw something and see what works. If possible, I'd prefer a methodical approach to this.

@agnivade agnivade removed their request for review June 26, 2024 04:21
@agnivade
Copy link
Member

Removing myself until there's more activity on this.

@isacikgoz
Copy link
Member Author

Closing this one for now.

@isacikgoz isacikgoz closed this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants