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
This is a problem with large projects, as status recalculation is blocking.
One possible solution would be to remove periodic recalculations and do it only when all datasets are complete. This might still be problematic for edge cases, but should solve the problem in most cases.
Another solution would be to make this recalculation non-blocking. For example, make a fork with an infinite loop that only recalculates status and sleeps.
The text was updated successfully, but these errors were encountered:
This is a problem with large projects, as status recalculation is blocking.
One possible solution would be to remove periodic recalculations and do it only when all datasets are complete. This might still be problematic for edge cases, but should solve the problem in most cases.
Another solution would be to make this recalculation non-blocking. For example, make a fork with an infinite loop that only recalculates status and sleeps.
The text was updated successfully, but these errors were encountered: