Replies: 4 comments 2 replies
-
|
That event fires every minute. It is defined as singleton to prevent duplicate execution which could lead to data races. If you see this warning it means that processing a single event takes longer than 1min. This could hint at bad performance when assembling scheduled notifications, but is otherwise nothing to worry about. What / how many scheduled notifications have you configured? |
Beta Was this translation helpful? Give feedback.
-
|
If Notifications is the same as Alerts, I have none setup. |
Beta Was this translation helpful? Give feedback.
-
|
We have 621 projects, but 26,000 BOMs. |
Beta Was this translation helpful? Give feedback.
-
|
At least five BOMs are uploaded every hour, but usually 10ish per hour, the upper bound is around 200, but that would imply that every service we have has been updated that hour and I wish we kept our stuff that up to date. The system is currently taking a very long time to process BOMs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We see this log message every minute:
How worried should we be?
Is something taking a lot longer than it should?
Running dependencytrack/apiserver:4.13.6 in Docker Swarm on prem, with PostgreSQL running in AWS.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions