webhook comments

This commit is contained in:
Yuri Kuznetsov
2020-07-15 23:23:08 +03:00
parent 17c1070fc1
commit 6d83f77fcf
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -42,6 +42,9 @@ use Espo\Core\{
ORM\EntityManager,
};
/**
* Groups ocurred events into portions and sends them. A portion contains multiple events of the same webhook.
*/
class Queue
{
const EVENT_PORTION_SIZE = 20;