[TECH DEBT]: Refactor verify_timeout
property on DeployedWorkflows
#2383
Labels
tech debt
chores and design flaws
verify_timeout
property on DeployedWorkflows
#2383
Is there an existing issue for this?
Problem statement
During #2364 we realised that the
verify_timeout
property onDeployedWorkflows
should probably be refactored:.repair_run()
)..repair_run()
cares most about the timeout, not necessarily whoever is constructing the instance.Proposed Solution
Refactor so that the
verify_timeout
property is an argument on the.repair_run()
method instead of being supplied via the instance initialiser.Additional Context
The
WorkflowsDeployment
class in the same file also has averify_timeout
property that doesn't appear to be used anywhere. It can probably also be removed.The text was updated successfully, but these errors were encountered: