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
Gorse version
Gorse master @ 0.4.14
Gorse server @ 0.4.14
Gorse worker @ 0.4.14
Describe the bug
Currently the latest sort only shows items from the second most recent item and older. It completely disregards the first most recently created item.
To Reproduce
Purge Gorse
Add an item
See that the item has been added to the cold storage database (postgres)
See there is nothing @ /api/latest
Wait an arbitrary amount of time (30 seconds, 2 hours, ...)
Add another item
See that the first item you added is the only item @ /api/latest
Expected behavior
The latest sort should not truncate the most recent item
The text was updated successfully, but these errors were encountered:
Gorse version
Gorse master @ 0.4.14
Gorse server @ 0.4.14
Gorse worker @ 0.4.14
Describe the bug
Currently the latest sort only shows items from the second most recent item and older. It completely disregards the first most recently created item.
To Reproduce
/api/latest
/api/latest
Expected behavior
The latest sort should not truncate the most recent item
The text was updated successfully, but these errors were encountered: