make ensureThumbnails more error resilient
Brought to you by:
jromaine
Make the Prometheum.ensureThumbnails(...) method more resilient to errors. That is, if recoverable exceptions are encountered while attempting to generate a specific thumbnail, log the error and attempt to generate the next thumbnail. This is in contrast to the current strategy which is to fail fast.