File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/calendar/lib/core/queue/agent/pushdelayedsectionagent.php
Back
<?php namespace Bitrix\Calendar\Core\Queue\Agent; use Bitrix\Calendar\Core\Queue\Consumer; use Bitrix\Calendar\Core\Queue\Interfaces; use Bitrix\Calendar\Core\Queue\Processor; use Bitrix\Calendar\Core\Queue\Queue\QueueFactory; use Bitrix\Calendar\Core\Queue\Queue\QueueRegistry; class PushDelayedSectionAgent extends BaseAgent { protected function getConsumer(): Interfaces\Consumer { $queue = (new QueueFactory())->getById(QueueRegistry::QUEUE_LIST['DelayedSyncSection']); return new Consumer\GroupHash($queue); } protected function getProcessor(): Interfaces\Processor { return new Processor\PushDelayedSection(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings