villebro commented on issue #29839: URL: https://github.com/apache/superset/issues/29839#issuecomment-2291821891
Notes from meeting this Monday ( @rusackas @michael-s-molina and I in attendance): - We discussed if the Async Task list view would need to be real time. @villebro argued that it's out of scope, and that we can consider that as a different SIP (something like "Make React based FAB list views real time") - @rusackas and @michael-s-molina asked to add something on how the async task status should be handled in the UI. @villebro will be adding details about this. - Since the ORM table is going to be ephemeral (=entries are deleted once a task is no longer queued or executing), the question came up of how to have a persistent log of these events. @villebro proposed _not_ adding a separate history table, but rather logging to the `EVENT_LOGGER`. Additionally, we could also introduce new StatsD metrics to make it possible to do high level metrics monitoring. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
