Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDo not delete contribution queue items #7593
Open
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We landed this issue/fix #7579. This was temporary fix. The real solution is implement timestamp (
completed_at) intocontribution_queue. This way we don't need to delete any records and it's safer.GetFirstContributionQueueshould now fetch first item from the queue thatcompleted_atis null.