-
Notifications
You must be signed in to change notification settings - Fork 2
Add delay config to the client #452
Copy link
Copy link
Open
Labels
P: bfabricbfabric project specificbfabric project specificS: Ready For ImplIssues which have no known blockers and are well defined for implementationIssues which have no known blockers and are well defined for implementation
Metadata
Metadata
Assignees
Labels
P: bfabricbfabric project specificbfabric project specificS: Ready For ImplIssues which have no known blockers and are well defined for implementationIssues which have no known blockers and are well defined for implementation
Type
Fields
Give feedbackNo fields configured for issues without a type.
For big operations, it should be possible to specify a delay in seconds which will then be respected by a particular
Bfabricclient by tracking the time of the last operation.Ideally, it can be decoupled from the engine and performed in the client class to avoid duplication.
Open question: do we need to do something special to anticipate asyncio?