Skip to content

The PSRetry module provides a a set of PowerShell commands used to simplify adding retry logic to scripts and automation workflow. These functions can be used in any script or automation workflow where reliability needs to be improved, such as when interacting with external providers.

License

Notifications You must be signed in to change notification settings

krowlandson/PSRetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSRetry

Code Review

The PSRetry module provides a a set of PowerShell commands used to simplify adding retry logic to scripts and automation workflow. These functions can be used in any script or automation workflow where reliability needs to be improved, such as when interacting with external providers.

The following functions are currently included in this module:

Function Name Description Documentation
Invoke-PSRetryExpression Generic wrapper to easily provide configurable retry logic with multiple back-off options. Can be used around any simple PowerShell command/expression. Click here...

More functions to follow!

About

The PSRetry module provides a a set of PowerShell commands used to simplify adding retry logic to scripts and automation workflow. These functions can be used in any script or automation workflow where reliability needs to be improved, such as when interacting with external providers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published