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

[integrations] prefills are in conflict with delaying API / datalake query #29

Open
urbien opened this issue Jan 5, 2022 · 0 comments
Assignees

Comments

@urbien
Copy link
Member

urbien commented Jan 5, 2022

Problem

We have implemented two universal mechanisms for delaying requests in plugins to primary data sources.

  1. for API requests
  2. for data lake requests via AWS Athena, because they are slow and can't work in real time

But this does not work for plugins that need to send prefilled data to the the user.
What to do?

Possible solution

  1. Send the message to the user saying there is a delay, asking them to wait and pause the next e-policy question
  2. When delayed job executes successfully, send prefil to the user and restart the e-policy questions.

@pgmemk, let's disucss as JG will need your help to implement this.

@urbien urbien changed the title [integrations] delayed API / datalake query in plugin conflicts with the prefill [integrations] prefill conflicts with delaying API / datalake query Jan 5, 2022
@urbien urbien changed the title [integrations] prefill conflicts with delaying API / datalake query [integrations] prefills are in conflict with delaying API / datalake query Jan 24, 2022
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

No branches or pull requests

2 participants