v1.2.45
Add plugin to auto retry with exponential backoff. Add the following static variable to your worker class to turn it on:
public static $resquePlugins = array(
'Resque_ExponentialRetry'
);
Add plugin to auto retry with exponential backoff. Add the following static variable to your worker class to turn it on:
public static $resquePlugins = array(
'Resque_ExponentialRetry'
);