alpha
Login
or
Join now
lemo.tngl.sh
/
rocksky
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
rocksky
/
crates
/
jetstream
/
src
/
at
main
2 folders
6 files
Tsiry Sandratraina
run cargo fmt
4mo ago
6df6af96
webhook
Log and ignore Discord webhook send errors
6 months ago
xata
Add follows graph, DB table and endpoints
8 months ago
lib.rs
fix: improve reconnection logic for jetstream server with warning logging
11 months ago
profile.rs
Add collections script and did:web support
6 months ago
repo.rs
run cargo fmt
4 months ago
subscriber.rs
perf(jetstream): parallelize scrobble processing and skip redundant profile fetches
4 months ago
types.rs
Make Commit.record and Commit.cid optional Change Commit.record and Commit.cid to Option to reflect that commits may omit these fields. Update save_scrobble to unwrap record before deserializing.
7 months ago
webhook_worker.rs
Refactor logging to use `tracing` instead of `println` and `eprintln` - Replaced all instances of `println!` and `eprintln!` with `tracing::info!`, `tracing::warn!`, and `tracing::error!` for better structured logging. - Updated log messages to include relevant context and structured fields for improved traceability. - Ensured consistent logging practices across the `jetstream`, `scrobbler`, and `webscrobbler` crates.
1 year ago