4.0.0-beta.3
Immutable
release. Only release title and notes can be modified.
Fixed
- Horizon video ingest processing
- Fixed an issue where
ProcessVideoIngestJobcould fail to be dispatched
when stale unique job locks remained after interrupted processing or
worker timeouts.
ReplacedShouldBeUniquewith
ShouldBeUniqueUntilProcessingto prevent persistent locks from blocking
future ingest jobs.
Increased the job timeout to better support long-running video ingest
processing.
Unique job identifiers are now environment-aware to avoid collisions
between staging and production environments sharing the same Redis
instance.
- Fixed an issue where
Full Changelog: 4.0.0-beta.2...4.0.0-beta.3