> would you be able to de-dupe requests by the ...
# development
h
would you be able to de-dupe requests by the action’s digest?
I think we’d use the same functionality we use to determine the input key to the cache. I believe this is from the Python object’s
__eq__
implementation. Generally, it’s comparing that every field of the object is equal. We already have that comparison code to determine if two ExecuteProcessRequests are identical. We’d only need to modify the scheduling code