Webhook notifications are being sent twice

Hi there. We are using webhook notifications to notify build statuses.
Today I noticed that whenever build is started I receive a notification for pending build with current number and also receive webhook notification that one of the recent builds are also in pending status (that is not true - build finished a while ago).
The same is for case when build is failed.

Steps:
0. have github repo activated on travis CI side.

  1. Create a .travis.yml with the following content
    notifications:
    webhooks:
    urls:
  2. Make new commit

When build is started/failed I receive payloads to url related to current build and also one of the recent ones.

Is it a known issue ?

1 Like