You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a retry ability for Failed Tasks would help with tasks that do have legitimate intermittent failures, and by simply retrying the Task it succeeds - such as web scraping, etc.
Add a -KeepFailed switch to Add-PodeTask, which will prevent the housekeeper from closing failed Task processes.
A new Restart-PodeTaskProcess could be added, which will allow the retrying of failed Task processes - this will restart a Task Process by ID, retrieved via Get-PodeTaskProcess or from the object returned via Invoke-PodeTask
Add a -MaxRetryCount parameter on Add-PodeTask - if the Task process is retries X times then it's closed
Add an -AutoRetryFailed switch to Add-PodeTask, to automatically retry failed Task processes
The text was updated successfully, but these errors were encountered:
Describe the Change
Adding a retry ability for Failed Tasks would help with tasks that do have legitimate intermittent failures, and by simply retrying the Task it succeeds - such as web scraping, etc.
-KeepFailed
switch toAdd-PodeTask
, which will prevent the housekeeper from closing failed Task processes.Restart-PodeTaskProcess
could be added, which will allow the retrying of failed Task processes - this will restart a Task Process by ID, retrieved viaGet-PodeTaskProcess
or from the object returned viaInvoke-PodeTask
-MaxRetryCount
parameter onAdd-PodeTask
- if the Task process is retries X times then it's closed-AutoRetryFailed
switch toAdd-PodeTask
, to automatically retry failed Task processesThe text was updated successfully, but these errors were encountered: