You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle the case where there are multiple rollbacks to the same block close enough together in time to cause multiple index jobs of the same block to run back-to-back, the first not being a replace job, but the second being a replace job. The first job shouldn't even be run at all because the rollback to <= that number has already occurred. Upserts are currently handling everything fine but this could get problematic as more data models are added.
The text was updated successfully, but these errors were encountered:
Handle the case where there are multiple rollbacks to the same block close enough together in time to cause multiple index jobs of the same block to run back-to-back, the first not being a
replace
job, but the second being areplace
job. The first job shouldn't even be run at all because the rollback to<=
that number has already occurred. Upserts are currently handling everything fine but this could get problematic as more data models are added.The text was updated successfully, but these errors were encountered: