Akinori Musha

Results 124 comments of Akinori Musha

Sure. Can't it just save `last_run_at` in memory and then emit an event for each entry with `last_updated` greater than that, in addition to those not in `seen_ids`? Do you...

In other words, should it recognize an existing entry as updated when the content changes while the timestamp (extracted as `last_updated`) remains the same?

While working on this, I found something suspicious in the code around `check_and_track`. Currently `check_and_track` is called for each entry even after the number of created events has surpassed `max_events_per_run`,...

I'm using Huginn to: - get alerted as the kindergarten bus approaches, watching the bus tracking service online - subscribe to sites that are only rarely updated or have no...

https://github.com/huginn/huginn/runs/4672758156 Failures are so random I have no idea what is going on. 🤔

The test instability reproduced on CircleCI containers, so there has to be something there. I'll investigate further to figure out.

super_diff was useful while investigating failing tests, but after experiencing unstable test results, turning it off seems to have fixed the problems.

The unstableness might be caused by caching of the interpolation context.

Now that the test flakiness has been fixed, it's time to merge this!