0
0
mirror of https://github.com/nextcloud/server.git synced 2024-09-18 18:47:24 +00:00
nextcloud_server/apps/webhook_listeners/lib/Listener
Côme Chilliet 6b149be316
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>
2024-08-06 12:38:26 +02:00
..
WebhooksEventListener.php fix(webhook_listeners): Avoid collision between two identical calls at the same second 2024-08-06 12:38:26 +02:00