You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, fetching the project's archive file bloats memory usage of the browser. Some of archive files of my Digdag projects over 10MB.
This is a capture of the Task Manager in Google Chrome.
As long as the Workflow Page is open, the number of Dedicated Workers will continue to grow like this.
And here is the list of requests in the network tab of devtools.
It seems too heavy to fetch the archive file every few seconds.
Any feedback would be much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
snagasawa
changed the title
Workflow View bloats memory usage of browser
[digdag-ui]Workflow Page bloats memory usage of browser
Oct 3, 2021
WorkflowVIew uses ReactInterval to fetch the project's archive file every few seconds in order to display the workflow definition and task files.
digdag/digdag-ui/console.jsx
Line 1023 in 060c9a0
digdag/digdag-ui/console.jsx
Line 1025 in ea9d73c
digdag/digdag-ui/model.js
Line 329 in 060c9a0
But, fetching the project's archive file bloats memory usage of the browser. Some of archive files of my Digdag projects over 10MB.
This is a capture of the Task Manager in Google Chrome.
As long as the Workflow Page is open, the number of Dedicated Workers will continue to grow like this.
And here is the list of requests in the network tab of devtools.
It seems too heavy to fetch the archive file every few seconds.
Any feedback would be much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: