That's essentially what has to be done. You have to identify a sequence of waiting jobs of the form:
upload book
send metadata
upload book
send metadata
...
and delete all the send metadata jobs except the last. However, for technical reasons this is not trivial to do.
|