Skip to content

description of RETRY_INTERVAL & MAX_RETRIES #756

@mehrdad2000

Description

@mehrdad2000

Hi
Would you please explain what is the meaning of this two parameters:

client/src/main/java/com/influxdb/client/WriteOptions.java
    public static final int DEFAULT_RETRY_INTERVAL = 5000;
    public static final int DEFAULT_MAX_RETRIES = 5;

1-5000 second or milisecond?
2-try 5 times in row then after 5000 second do this again and again?
3-each 5000 second try one time, do this 5 time and will not retry anymore?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions