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

Prepend date to messages filename #5

Open
itismadness opened this issue Nov 2, 2018 · 0 comments
Open

Prepend date to messages filename #5

itismadness opened this issue Nov 2, 2018 · 0 comments

Comments

@itismadness
Copy link

itismadness commented Nov 2, 2018

Right now, the filename is just a UUIDv4 string. To make it easier to maintain the message queue order, we should prepend a unix timestamp of messages so as to make sorting on filenames consistent with order added to queue. This of course won't stop the iterator from being out of order, but it's more likely they'll be in order at least.

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