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
When running on Lithops, it's common to see a small number of tasks take a lot longer than the others. To mitigate this, we could have a rule like "if any tasks are taking more than x times as long as the first y% completed tasks then launch speculative duplicates for them". (E.g. x=2, and y=75.) This only works since tasks are idempotent.
The text was updated successfully, but these errors were encountered:
When running on Lithops, it's common to see a small number of tasks take a lot longer than the others. To mitigate this, we could have a rule like "if any tasks are taking more than x times as long as the first y% completed tasks then launch speculative duplicates for them". (E.g. x=2, and y=75.) This only works since tasks are idempotent.
The text was updated successfully, but these errors were encountered: