Background
Suppose that the watchtower tries to poll a new order from getTradeableOrder() and this call reverts.
If the call reverts and the revert error isn't recognized, then the watchtower stops indexing further CoW Protocol orders from the same conditional order.
This may be undesirable for certain revert conditions, main example being reverts because of overflow/underflow/division by zero.
Details
This applies to the legacy polling method.
Acceptance criteria
A possible solution would be implementing a back-off mechanism for a list of known revert conditions.