Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--output-file-append option seems to disable force flushing #501

Open
bartbrinkman opened this issue Aug 22, 2017 · 0 comments
Open

--output-file-append option seems to disable force flushing #501

bartbrinkman opened this issue Aug 22, 2017 · 0 comments

Comments

@bartbrinkman
Copy link

As described here:

https://github.com/buger/goreplay/wiki/Saving-and-Replaying-from-file

Flushing to file happens if the buffer is filled, forced flush every 1 second, or if Gor is closed.

However, since several rotation bugs (#342 and #456) force me to rely on a single file (I have Adyen's payment notifications replay on several environments, including my local machine using rsync and some fu), I notice the buffer is not force flushed, necessitating me to trigger several requests in order to get the actual request I need replayed into the file, so I can replay it locally.

On that subject, is there an option to disable timings and just replay all requests sequentially on a small interval (e.g. 500 ms)?

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

No branches or pull requests

1 participant