Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
validate
Enhanced the resilient_circuits.is_this_a_selftest() method to check if a Component has been instantiated in a resilient-circuits instance running selftest. For example, if your App polls a third party and you do not want to invoke the poller during a selftest you now have the ability to make use of the following:
resilient_circuits.is_this_a_selftest()
selftest
from resilient_circuits.helpers import is_this_a_selftest if is_this_a_selftest(self): # Do nothing...
heartbeat_timeout_threshold
HeartbeatTimeout
resilient.SimpleClient.post_attachment()
409
Copy