issues
search
yral-dapp
/
off-chain-agent
0
stars
2
forks
source link
Off-chain Video importer
#41
Open
Natasha-GB
opened
3 months ago
Natasha-GB
commented
3 months ago
Youtube-dl Rust Bindings
NodeJS 20 might have a native integration with Rust (napi) making it easier to call modules
Maintain queue for incoming requests
If YT ratelimits us, exponential backoff on our side
In case a video fails for whatsoever reason, push to back of queue and retry later while processing other videos
Add a proxy to bounce request between different IPs
Evaluate approaches for the above
Natasha-GB
commented
3 months ago
Move upload logic to off-chain to trigger event (separate task)
Evaluate approaches for the above