Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

再放送を除外するか、ルールを削除したい #112

Open
tsuzu opened this issue Apr 5, 2024 · 2 comments
Open

再放送を除外するか、ルールを削除したい #112

tsuzu opened this issue Apr 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@tsuzu
Copy link
Contributor

tsuzu commented Apr 5, 2024

一度追加したルールが残り続けるので再放送が何度も録画されている問題を解決したい
後ルール数がすごいことになって視認性が悪いがち

@musaprg musaprg added the enhancement New feature or request label Jun 23, 2024
@musaprg
Copy link
Member

musaprg commented Jun 23, 2024

related #4

@musaprg
Copy link
Member

musaprg commented Jun 23, 2024

放送開始についてはannictからとれているので、終了も同様にしてとれるようにして、放送期間の終わっているルールは削除するようにする、とかかなあ

// syncerAnnictWorkStartedAt is a gauge of the time when the annict work is going to start or started broadcasting.
syncerAnnictWorkStartedAt = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: namespace,
Subsystem: "syncer",
Name: "annict_work_started_at",
Help: "The Unix timestamp when the annict work is going to start or started broadcasting.",
},
[]string{
"id",
"title",
"season_name",
"season_year",
},
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants