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

Fix/aut 3877/archive tasks #4105

Merged
merged 5 commits into from
Oct 1, 2024
Merged

Conversation

tikhanovichA
Copy link
Contributor

@tikhanovichA tikhanovichA commented Sep 26, 2024

'php error(1) in /var/www/html/tao/tao/models/classes/taskQueue/TaskLog/Entity/TaskLogEntity.php@120: Allowed memory size of 536870912 bytes exhausted

During archiving a lot of tasks we may have the issue on the PHP side about memory size. For fixing that we will add updating by using batch size.

How to test:

  1. Create a few tasks
  2. Try to archive them

Deployed on unit07

Copy link

github-actions bot commented Sep 26, 2024

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
161 161 0 0

@tikhanovichA tikhanovichA requested a review from a team September 26, 2024 15:48
Copy link
Contributor

@Karol-Stelmaczonek Karol-Stelmaczonek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • New code is covered by tests (if applicable)
  • Tests are running successfully (old and new ones) on my local machine (if applicable)
  • New code is respecting code style rules
  • New code is respecting best practices
  • New code is not subject to concurrency issues (if applicable)
  • Feature is working correctly on my local machine (if applicable)
  • Acceptance criteria are respected
  • Pull request title and description are meaningful

Copy link

Version

Target Version 54.23.0
Last version 54.22.3

There are 0 BREAKING CHANGE, 1 feature, 3 fixes

@tikhanovichA tikhanovichA merged commit 17d836c into develop Oct 1, 2024
6 checks passed
@tikhanovichA tikhanovichA deleted the fix/AUT-3877/archive-tasks branch October 1, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants