[Feature] Release Locks at Start Up #62
Labels
No Label
backlog
beacon
bug
critical
documentation
duplicate
enhancement
epic
feature
good first issue
help wanted
in review
invalid
question
test
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-beacon-indexer#62
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Table of contents generated with markdown-toc
Overview
Request
At start up, check to see if known_gaps or historic_process have any tables checked out for the current nodeIdentifier. If they do, "un-check" them out. This way, we won't have "orphaned" entries that won't ever be finished for nodes re-running with the same nodeIdentifier.
Potential Solution
When starting the batch processing, check to see if this nodeIdentifier has any locks, if they do, release them.
Alternative Solutions
Additional Context