agola-io / agola

Agola: CI/CD Redefined
https://agola.io
Apache License 2.0
1.46k stars 116 forks source link

notification: fix cleaners infinite loop. #487

Closed sgotti closed 3 months ago

sgotti commented 3 months ago

The variable holding the next starting id was defined inside the loop instead than outside.

Improve tests to trigger multiple loops

milosivanovic commented 3 months ago

Nice! I ran it locally and it fixes #486 🚢