Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to disable executing Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers #396

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

pboguslawski
Copy link
Contributor

Proposed change

Znuny executes task Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers on every user login. This mod allows to disable running it using parameter SupportDataCollector::DisablePlugins i.e. by putting

$Self->{'SupportDataCollector::DisablePlugins'} = [ 'Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers' ];

in Config.pm.

Type of change

  • '1 - 🚀 feature' - New feature (which adds functionality to an existing integration)

Additional information

Author-Change-Id: IB#1108667

Checklist

  • The code change is tested and works locally.(❗)
  • There is no commented out code in this PR.(❕)
  • You improved or added new unit tests.(❕)
  • Local ZnunyCodePolicy passed.(❕)
  • Local UnitTests / Selenium passed.(❕)
  • GitHub workflow CI (UnitTests / Selenium) passed.(❗)

…inAsynchronous::OTRS::ConcurrentUsers

Znuny executes task Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers
on every user login. This mod allows to disable running it using parameter
SupportDataCollector::DisablePlugins i.e. by putting

$Self->{'SupportDataCollector::DisablePlugins'} = [ 'Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers' ];

in Config.pm.

Author-Change-Id: IB#1108667
Author-Change-Id: IB#1108667
Author-Change-Id: IB#1108667
@dennykorsukewitz dennykorsukewitz added the 1 - 🚀 feature New feature or request label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - 🚀 feature New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

2 participants