Replies: 4 comments 2 replies
-
|
Thanks for the suggestion! Drydock already supports batch mode for triggers, which sends a single notification containing all updates instead of one per container. You can enable it for your SMTP trigger by adding: In batch mode, after each watcher scan completes, Drydock sends one email listing all containers with available updates — rather than a separate email per container. What you're describing goes a step further: a scheduled digest that accumulates updates over a time window (e.g. 24 hours) and sends a summary at a fixed time. That's not currently on the roadmap but it's a good idea. The building blocks are there (batch templates, cron scheduling) — it would need a digest buffer that collects update events and flushes on a configurable schedule. For now, try |
Beta Was this translation helpful? Give feedback.
-
|
Sweet! The batch was probably going to work, but that's great. I'll give that a try once the next release comes out. I suspect that would work even better because I can schedule it to send every morning so it will share all updates that have been staggered/collected through the night. Love that flexibility! |
Beta Was this translation helpful? Give feedback.
-
|
I have Currently running on 1.5.0.rc-1 |
Beta Was this translation helpful? Give feedback.
-
|
The batch-mode bug you hit in rc.1 was fixed in rc.2 — agent-sourced scan results were not emitting batch events, and nearby events were dispatching individually instead of aggregating. Both are resolved now. If batch mode is still sending individual emails on rc.2 or later, please open an issue with your trigger config and we'll dig in. Otherwise I'll consider this resolved — thanks for the feature suggestion and the testing! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is already on the roadmap, but right now I have SMTP email configured. Currently, I'm getting an email for every container/digest update. Would be great to be able to setup a single-day digest delivery of all available updates.
Beta Was this translation helpful? Give feedback.
All reactions