sharetribe / flex-cli

Flex CLI
https://www.sharetribe.com/docs/tutorials/getting-started-with-flex-cli/
Apache License 2.0
4 stars 1 forks source link

can't see events older than a week? #103

Open jayenashar opened 3 weeks ago

jayenashar commented 3 weeks ago
jayen@eeyore:~$ flex-cli events --marketplace expertapplication-test --before-seqid 217264304

Seq ID     Resource ID                           Event type    Created at local time   Source           Actor  
217264042  66bbf468-c36a-4ad3-9ca3-541494ff0f19  user/created  2024-08-14 10:03:52 AM  marketplace-api         
rap1ds commented 3 weeks ago

Yes, that's the limit for test marketplaces.

Sharetribe does not retain event data forever. Sharetribe maintains a history of all marketplace events for 90 days in live marketplaces and for 7 days in dev and test marketplaces.

Source: https://www.sharetribe.com/docs/references/events/

So it's not really a bug, just a limit we have.

Do you have a use-case for viewing events older than a week in a dev/test marketplace?

jayenashar commented 3 weeks ago

i was trying to find the original email address of a user that was created a while ago, as i believe they changed their email address.

what do you think about flex-cli events always showing a message indicating how far back the events data goes? i don't know if the server returns this information in the API response or not.