ZIm/crates/collab/src/api
Marshall Bowers 4ed43e6e6f
collab: Ignore Stripe events that are older than an hour (#15830)
This PR makes it so any Stripe events we receive that occurred over an
hour ago are marked as processed.

We don't want to process an old event long after it occurred and
potentially overwrite more recent updates.

This also makes running collab locally a bit nicer, as we won't be
getting errors for a bunch of older events that will never get processed
successfully.

The period after time after which we consider an event "stale" can be
modified, as needed.

Release Notes:

- N/A
2024-08-05 17:15:38 -04:00
..
billing.rs collab: Ignore Stripe events that are older than an hour (#15830) 2024-08-05 17:15:38 -04:00
contributors.rs collab: Extract contributor endpoints to their own module (#15251) 2024-07-25 23:02:32 -04:00
events.rs collab: Attach GeoIP country code to RPC sessions (#15814) 2024-08-05 11:11:49 -04:00
extensions.rs collab: Fix exact extension filtering (#14591) 2024-07-16 15:18:48 -04:00
ips_file.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
slack.rs Upload crashes to collab directly (#8649) 2024-03-01 13:23:44 -07:00