-
Notifications
You must be signed in to change notification settings - Fork 16
[$100] Duplicate webhooks registered #432
Comments
Challenge https://www.topcoder.com/challenges/2c46b476-9e48-42e0-95ee-cf8dd50fb61c has been created for this ticket. |
…oject function.
Challenge https://www.topcoder.com/challenges/2c46b476-9e48-42e0-95ee-cf8dd50fb61c has been assigned to afrisalyp. |
Sorry for the problem. We have handled such issues to prevent duplicate webhooks, but it seems the mechanism was broken when we update a project (adding new or removing a repo URL). Fixed in the latest pull request. |
#432 fix registeredWebhookId missing in the update project function.
@afrisalyp - No worries, thanks for the quick turnaround! |
Payment task has been updated: https://www.topcoder.com/challenges/2c46b476-9e48-42e0-95ee-cf8dd50fb61c |
@afrisalyp - I added a second repo (comma-delimited) to and existing project in Topcoder-X, and then hit the webhook button to add the webhook to the newly added repo, but it also added a duplicate to the existing repo, so I ended up creating a couple duplicate payments since there were events processed twice. Can we add a check to make sure we don't add duplicate webhooks please?
The text was updated successfully, but these errors were encountered: