Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Need better way to pause between jobs #30

@keith-turner

Description

@keith-turner

I was running a long running stress test for beta release. I configured the test to load 100K random integers and then sleep for 3min. The sleep time was too long and it was not keeping the cluster busy. Below is a graphite plot of notifications queued over time.

ntfy_queued

Need to do something besides just sleep. Could possibly wait for the # of notifications to drop below a certain amount before running the next load job. This could be a function of the amount we are loading. For example when loading 100K, could wait until the # of notifications drops below 5x100K before starting the next load job.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions