]> source.dussan.org Git - nextcloud-server.git/commit
fix(webhook_listeners): Avoid collision between two identical calls at the same second 47061/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 6 Aug 2024 10:38:26 +0000 (12:38 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 6 Aug 2024 10:38:26 +0000 (12:38 +0200)
commit6b149be3163cee173bacd53fda52837bd33b4871
tree2e1562d5481719baae5dd2e4df65d7b84f884550
parent7a7f259f3c3c3d9eb7e58d1e0f1ee93090582c80
fix(webhook_listeners): Avoid collision between two identical calls at the same second

The job list needs argument to be unique for each registered job, so add
 a random string on top of time to make sure the same call can be
 registered several times at the same second.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/webhook_listeners/lib/Listener/WebhooksEventListener.php