Skip to content

v1.2.45

Compare
Choose a tag to compare
@daneren2005 daneren2005 released this 21 Sep 21:35
· 3 commits to master since this release

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'
);