You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
Original report (archived issue) by Hugo Boyer (Bitbucket: hugomatic, GitHub: hugomatic).
3 characters is small, and will rollover soon.
string compare won't guarantee order.
A better fix would be to split resource name into:
an id (could be a uuid)
a creation time (for sorting, unless the id has increment part)
a type ("simulator", etc)
The current scheme requires to call the database INCR to generate a unique resource name. This operation is asynchronous and could be avoided.
The text was updated successfully, but these errors were encountered: