Handle full sync differently on the main branch
#6603
Replies: 3 comments
It also makes checking for
I suggest we run it weekly at the end of each week. Until we can get failure notifications on Slack or Discord, the person on Would this change be blocked by fixing the full sync timeouts in the current CI? (I don't think it has to be.) |
|
Also, as of PR #6581, we're running a testnet full sync on each merge to The differences are:
|
|
@gustavovalverde this is quite an old discussion now and I believe we already implemented a number of mitigations for this behaviour. Can this discussion be closed now? |
Uh oh!
There was an error while loading. Please reload this page.
GitHub changed the behavior of the concurrency, showing cancellation statuses as failures, rather than ignoring them and showing it as successes. Having all those ❌ in the main branch is confusing, and we should decide how to handle this situation.
We have several options (including others not listed here):
All reactions