Skip to content

Instantly share code, notes, and snippets.

@xethorn
Last active August 29, 2015 14:16
Show Gist options
  • Save xethorn/74912ba007c0b7f75667 to your computer and use it in GitHub Desktop.
Save xethorn/74912ba007c0b7f75667 to your computer and use it in GitHub Desktop.
Garcon - Retry example
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