huginn/huginn

WebsiteAgent - Merge should be a property apart

Open

#1,369 opened on Mar 23, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Ruby (4,264 forks)batch import
help wanted

Repository metrics

Stars
 (49,270 stars)
PR merge metrics
 (Avg merge 4d 2h) (15 merged PRs in 30d)

Description

In WebsiteAgent, the modeparameter accepts three options: all, on_change and merge. Thus, we do not have the ability to create new events merged only when there is change.

Do you think it makes more sense to have only 2 modes: all and on_change?

The option to merge or not merge should be an agent property.

By the way, this property could be in ALL the agents that receive and send events.

Contributor guide