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

✨ Proof of concept asynchronous operation #7082

Closed petertgiles closed 11 months ago

petertgiles commented 1 year ago

✨ Feature

We have a need to be able to handle asynchronous operations. When a user needs to complete an operation that will take longer than the Nginx response time limit we need to be able to queue the operation and then allow the user to interact with the result afterwards.

🕵️ Details

The current use case is to request a big query and download the bulk result after but there may be others.

🙋‍♀️ Proposed Implementation

Some discussed ideas:

✅ Acceptance Criteria

vd1992 commented 1 year ago

Might be unneeded due to Power BI