Files
hydra/src/script
Nikola Knezevic 7d52946982 Set notificationpendingsince for dependent builds
`build_finished` Postgres event will never be fired for the dependent builds.

For example, on our Hydra, the following query always returns increasing
numbers, even though all notifications have been delivered:

```
hydra=> select count(1) from builds where notificationpendingsince is not null;
 count
-------
  4583
(1 row)
```

Thus, we have to iterate over all dependent builds and mark their
`notificationpendingsince` as `null`, otherwise they will pile up until
the next restart of hydra-notify, when they will get delivered.
2020-05-28 10:45:41 +02:00
..
2020-04-16 00:42:40 +02:00
2015-08-17 14:18:20 +02:00
2020-02-20 09:58:12 +01:00
2017-12-25 14:31:30 +01:00
Doh
2017-12-25 15:02:17 +01:00