With Exmon it is possible to retry a Job if it (partially) fails.
DWH execution packages can be configured that steps will be retried a couple of times before the package fails.
Currently there is no possibility to retry streps in an ODX Transfer Task. If the Transfer Task fails (or completes with errors), the only thing you can to is configure Exmon to retry the full Transfer Task. This means that all tables in the Task will be reloaded, not only the one that failed.
If a data source has many tables, it is quite inefficient and time-consuming to re-load all tables if just one failed in the previous attempt.
Especially REST API endpoints sometimes simply throw an error. A retry after a couple of minutes makes that the load ultimately succeeds, where you don’t want to re-load all endpoints that already have been loaded.
I found some other questions/ideas that are highly related to this idea, but are not too explicit in what functionality is needed. Hence a new idea.
https://support.timextender.com/ideas/fail%2Dretrying%2Dexecution%2Dmessage%2D1199