2017 © Pedro Peláez
 

library retry

The library for repeatable and retryable operations

image

vkartaviy/retry

The library for repeatable and retryable operations

  • Wednesday, May 6, 2015
  • by vkartaviy
  • Repository
  • 3 Watchers
  • 23 Stars
  • 15,766 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 25 % Grown

The README.md

Batch

The library for repeatable and retryable operations., (*1)

Build Status, (*2)

Here is a simple example:, (*3)

<?php

use Retry\RetryProxy;
use Retry\Policy\SimpleRetryPolicy;
use Retry\BackOff\ExponentialBackOffPolicy;

$retryPolicy = new SimpleRetryPolicy(3);
$backOffPolicy = new ExponentialBackOffPolicy();

$proxy = new RetryProxy($retryPolicy, $backOffPolicy);
$result = $proxy->call(function() {
    // call external service and return result
});

The Versions

06/05 2015

dev-master

9999999-dev https://github.com/vkartaviy/retry

The library for repeatable and retryable operations

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

proxy retry backoff repeat

06/05 2015

v0.2.2

0.2.2.0 https://github.com/vkartaviy/retry

The library for repeatable and retryable operations

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

proxy retry backoff repeat

06/05 2015

0.2.1

0.2.1.0 https://github.com/vkartaviy/retry

The library for repeatable and retryable operations

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

proxy retry backoff repeat

06/05 2015

0.2.0

0.2.0.0 https://github.com/vkartaviy/retry

The library for repeatable and retryable operations

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

proxy retry backoff repeat

01/09 2012

v0.1.0

0.1.0.0 https://github.com/vkartaviy/batch

The library for repeatable and retryable operations

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

proxy retry backoff repeat