3.1.0-beta.2 #208
N3XT0R
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Added
ShouldBeUniquefor theProcessUploadedVideojob to prevent duplicate ingestion when the same fileis
uploaded or dispatched multiple times.
user_id:file_hashcomposite key, ensuring that deduplication occursper-user while still avoiding duplicate processing of identical uploads.
$this->attempts()), improvingtraceability and debugging capabilities.
file,attempt) consistently across all ingestion logs.Changed
expires_atis now normalized to the end of the day (endOfDay()).This ensures that a configured TTL (e.g., “7 days”) corresponds to a full calendar-day period as users naturally
expect.
shorter perceived validity windows.
The new logic guarantees that offers remain active consistently until the end of the final valid day.
What's Changed
Full Changelog: 3.1.0-beta.1...3.1.0-beta.2
This discussion was created from the release 3.1.0-beta.2.
All reactions