GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numΓ©riques du GC est la nouvelle plateforme de recrutement pour les emplois numΓ©riques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 9 forks source link

πŸ› Out of memory error on pool candidates csv download #9051

Closed brindasasi closed 8 months ago

brindasasi commented 10 months ago

πŸ› Bug

When trying to download 500 candidates CSV file , out of memory error occurs. This can be reproduced in Azure env. with large amount of data. Below is the complete error log.

outofmemoryError.txt

πŸ¦‹ Expected Behaviour

Download should work for large amount of data without any issue

πŸ•΅οΈ Details

Add any additional details that could assist with troubleshooting/fixing the issue.

πŸ“‹ Steps to Reproduce

  1. Generate around 600 pool candidates
  2. Try to download by 500s

πŸ“Έ Screenshot

Add a screenshot (if possible).

πŸ™‹β€β™€οΈ Proposed Solution

(optional) Do you have a proposed solution?

βœ… Acceptance Criteria

A set of assumptions which, when tested, verify that the bug was addressed.

brindasasi commented 10 months ago

related #8974

brindasasi commented 9 months ago

PoolCandidatesTable_SelectPoolCandidates triggers over 100 sql queries and finishes with [2024-01-25 20:14:54] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":"06be6b14-86ce-4585-b70f-36fa25fe7c94","exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at /home/site/wwwroot/api/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1939)

for 10 candidates CSV download 😭