Motivation
In the current implementation, if device plugin server is busy/unavailable for some period then the device plugin stops listen to resources. In this case, to fix the problem user will need to do re-deploy... To avoid this kind of issue we need to add re-tries as we have in monorepo.
Based on
#13 (comment)