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

Need better way to pause between jobs #30

Open
keith-turner opened this issue May 20, 2015 · 0 comments
Open

Need better way to pause between jobs #30

keith-turner opened this issue May 20, 2015 · 0 comments

Comments

@keith-turner
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant