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

Pause/delay NTIE refresh on certain conditions #142

Open
1 of 2 tasks
podliashanyk opened this issue Jun 21, 2024 · 0 comments
Open
1 of 2 tasks

Pause/delay NTIE refresh on certain conditions #142

podliashanyk opened this issue Jun 21, 2024 · 0 comments
Labels
META Consists of sub-issues/tasks. To be closed manually when all tasks complete.

Comments

@podliashanyk
Copy link
Contributor

podliashanyk commented Jun 21, 2024

Per now NTIE refresh endpoint is polled (via HTMX attr) every REFRESH_INTERVAL seconds regardless of the state of the app/zino server.
NTIE refresh should not be performed:

  • While table (or events page in general) is already loading, i.e. get_events is running, and load is not complete yet. Otherwise the table is loaded OK, but an error is raised. Issue: Ensure NTIE refresh requests never start before get_events has completed #144
  • While connection to zino server is established to be down by Howitz. Otherwise a new error alert with the same error message appears in the UI every REFRESH_INTERVAL seconds.
@podliashanyk podliashanyk added the beta Part of beta release label Jun 21, 2024
@podliashanyk podliashanyk added META Consists of sub-issues/tasks. To be closed manually when all tasks complete. and removed beta Part of beta release labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
META Consists of sub-issues/tasks. To be closed manually when all tasks complete.
Projects
None yet
Development

No branches or pull requests

1 participant