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

e2pg: rebuild dashboard #181

Merged
merged 10 commits into from
Oct 14, 2023
Merged

e2pg: rebuild dashboard #181

merged 10 commits into from
Oct 14, 2023

Conversation

ryandotsmith
Copy link
Member

@ryandotsmith ryandotsmith commented Oct 14, 2023

The new dashboard forsakes the old way of delivering task updates. Prior to this commit, we showed a dashboard based on in memory statistics. This design only worked for a single process. When you are running multiple processes for fast backfilling the dashboard would no longer work.

This commit stores task/integration status data in the database on the existing task table. I want to keep the task table small since it is a mission critical table. But I think the multi process benefit justifies the cost of the additional columns.

Additionally, the dashboard now will show which integrations are running on a particular task. You can press the 'i' key on the dashboard to toggle the display of each task's running integrations.

@ryandotsmith ryandotsmith self-assigned this Oct 14, 2023
Copy link
Member Author

@ryandotsmith ryandotsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit was written and approved by ryandotsmith

@ryandotsmith ryandotsmith merged commit 5857d41 into main Oct 14, 2023
2 checks passed
@ryandotsmith ryandotsmith deleted the r/dash branch October 14, 2023 20:05
ryandotsmith added a commit that referenced this pull request Oct 14, 2023
The new dashboard forsakes the old way of delivering task updates.
Prior to this commit, we showed a dashboard based on in memory
statistics. This design only worked for a single process. When you
are running multiple processes for fast backfilling the dashboard
would no longer work.

This commit stores task/integration status data in the database on the
existing task table. I want to keep the task table small since it is
a mission critical table. But I think the multi process benefit
justifies the cost of the additional columns.

Additionally, the dashboard now will show which integrations are running
on a particular task. You can press the 'i' key on the dashboard to toggle
the display of each task's running integrations.
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

Successfully merging this pull request may close these issues.

1 participant