Replies: 3 comments 10 replies
-
There is a difference between product expiration, which is the
announcement, and event expiration, which defines active.
…On Wed, Nov 29, 2023, 6:44 PM Curt Kolovson ***@***.***> wrote:
I would have thought that alerts with an expiration time < now would not
be considered active. What defines an active alert?
—
Reply to this email directly, view it on GitHub
<#678>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEFQSTQCGPFJ32CBMUHH47LYG7JF5AVCNFSM6AAAAABAALGWFCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHEYDONRWGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Thanks! I seem to recall a previous discussion about this issue. FYI, here are some examples (including ids). Will the bug fix you mentioned filter out the older versions of alerts show below?
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Bug is fixed in next version of the API. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I would have thought that alerts with an expiration time < now would not be considered active. What defines an active alert? I see this question was last discussed in February (#573), but it doesn't seem to be resolved or answered. I thought I had a workaround of iterating through the results and checking for expiredTime > now. I have a Python script that attempted to do this (#677), but that doesn't appear to be correct.
Beta Was this translation helpful? Give feedback.
All reactions