| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| try { | ||
| return $this->executor->execute($execution); | ||
| } catch (RetryException $exception) { | ||
| // this find is necessary if the storage because the storage could be |
There was a problem hiding this comment.
this find is necessary because the storage could be ...
Sorry, something went wrong.
| { | ||
| $execution->setEndTime(new \DateTime()); | ||
| $execution->setDuration(microtime(true) - $start); | ||
| // this find is necessary if the storage because the storage could be |
There was a problem hiding this comment.
this find is necessary because the storage could be ...
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Related PR php-task/TaskBundle#41 php-task/docs#7 sulu/SuluArticleBundle#238
This PR enhances the TaskRunner to retry executions for specific Handler.
Example
TODO