Skip to content
Snippets Groups Projects
  • Vladislav Shpilevoy's avatar
    62ba7ba7
    netbox: don't cancel pending requests on schema change · 62ba7ba7
    Vladislav Shpilevoy authored
    When a schema version change is detected, there is no reason to
    cancel and retry already sent requests. They can be already
    executed on a server, and their retrying leads to multiple
    execution.
    
    A request must be retried only if a server responded with
    WRONG_SCHEMA_VERSION error exactly to this request.
    
    Closes #3325
    62ba7ba7
    History
    netbox: don't cancel pending requests on schema change
    Vladislav Shpilevoy authored
    When a schema version change is detected, there is no reason to
    cancel and retry already sent requests. They can be already
    executed on a server, and their retrying leads to multiple
    execution.
    
    A request must be retried only if a server responded with
    WRONG_SCHEMA_VERSION error exactly to this request.
    
    Closes #3325