project8 / dripline-python

python implementation of project8/dripline
Other
2 stars 0 forks source link

Add ms in the sender_info timestamp #20

Closed guiguem closed 5 years ago

guiguem commented 7 years ago

Will help reducing the number of entries to be saved in the database rejected because of conflicting timestamps. Will require a bump in the wp protocol version.

wcpettus commented 6 years ago

I have verified that the database already supports timestamp precision down to microseconds. Once you add a period to the timestamp, python is agnostic whether you go to milli, micro, or nanosecond precision.

wcpettus commented 5 years ago

dripline doesn't care, a few dragonfly services require consistency with each other:

updated and nothing crashed