Last active
August 29, 2015 14:16
-
-
Save xethorn/74912ba007c0b7f75667 to your computer and use it in GitHub Desktop.
Garcon - Retry example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test_activity_3 = create( | |
name='activity_3', | |
retry=10, | |
requires=[test_activity_1], | |
run=runner.Sync(activity_failure)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment