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

Some POST requests do not update last_updated_date_time #23

Closed
vinayvenu opened this issue Sep 4, 2019 · 1 comment
Closed

Some POST requests do not update last_updated_date_time #23

vinayvenu opened this issue Sep 4, 2019 · 1 comment
Assignees
Labels

Comments

@vinayvenu
Copy link
Member

We know that form_element name change and form_element_group name change does not change the last_updated_date_time. We do not know of others yet.

  1. Identify which POST requests have this problem.
  2. Find out root cause and fix.
  3. Verify GET performance is not affected by fix
  4. Analyse and fix if there are data fixes required on server to fix the problem.
@vinayvenu vinayvenu added the bug label Sep 4, 2019
@vinayvenu
Copy link
Member Author

Only form, form element group and form element have this problem.

Fix was to introduce a dummy interceptor at the top that will do a random db operation that will flush out pending dirty objects.

@vinayvenu vinayvenu self-assigned this Sep 5, 2019
vinayvenu added a commit that referenced this issue Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant