-
Notifications
You must be signed in to change notification settings - Fork 2
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
script to compute number messages in a given period of time #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for #65 due to the common logic.
Co-Authored-By: Alexander Simpson <[email protected]>
…d direction of msg
remove extra space after comma Co-Authored-By: Alexander Simpson <[email protected]>
renamed variable Co-Authored-By: Alexander Simpson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Could you request review from Isaack next?
remove comma from string Co-Authored-By: Alexander Simpson <[email protected]>
Yes |
message_difference_per_period = [] | ||
for index in range(len(messages_per_period) - 1): | ||
next_index = index + 1 | ||
message_difference_per_period.append({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed offline let move this to a different script as the time period for this is a constant firebase period i.e 10 seconds whereas the time period for messages_per_period maybe 1 day/ 1 week etc.. (cc @as2388).
Rename parser help message Co-Authored-By: Isaack Mwenda <[email protected]>
Updated log information Co-Authored-By: Isaack Mwenda <[email protected]>
Updated log information Co-Authored-By: Isaack Mwenda <[email protected]>
line space Co-Authored-By: Isaack Mwenda <[email protected]>
Update log info Co-Authored-By: Isaack Mwenda <[email protected]>
Update log info Co-Authored-By: Isaack Mwenda <[email protected]>
del log info Co-Authored-By: Isaack Mwenda <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @DanielMwendwa @as2388
No description provided.