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
You could maintain the Crimes' counter as an instance tag.
Fetch it at get_instances(url)
set it at arrest_unhealthy_instances
clear it at absolve_healthy_instances
This delegates the failure record to the instance and make it public and persistent, making easier running Dredd as an AWS lambda function.
The text was updated successfully, but these errors were encountered:
You could maintain the Crimes' counter as an instance tag.
Fetch it at get_instances(url)
set it at arrest_unhealthy_instances
clear it at absolve_healthy_instances
This delegates the failure record to the instance and make it public and persistent, making easier running Dredd as an AWS lambda function.
The text was updated successfully, but these errors were encountered: