Santiago Dueñas
Santiago Dueñas
We would like to have a user interface to visualize what the status of the scheduler is. The first goal will be to show the status of the tasks that...
We want to make events first-class data so most of the analysis are performed using them. In GrimoireLab. we had other approaches for converting data into events in the past....
The current scheduler - `sirmordred` - is not able to recover from errors. The only way to do it is manually (normally restarting the scheduler). There are some situations when...
The current version of the platform needs of several instances for analyzing more than 5000 data sources. For example, for a project with around 3500 high-activity repositories that retrieves data...
With the current mordred configuration, it's not possible to have two or mordred instances running without writing to the same aliases. In order to do so, each instance should add...
In order to monitoring Arthur server and workers, it would be good to have a status report using the Rest API which will inform about the list of workers and...
The default queues created by Arthur are three and describe the different types of services: * `create`: stores jobs that retrieve data from the first time; the rationale behind this...
Most ot the messages defined inside the code are not really useful to understand what Arthur is doing and what tasks is running. We need better messages and to define...
Timelion visualizations don't show any data for a timeframe when there's a division by zero. In those cases, javascript returns a NaN but Timelion doesn't know how to handle it....
This feature - introduced by https://github.com/chaoss/grimoirelab-sortinghat/pull/844 - was only meant to be available when matching data by `username` and not by other criteria. It applies to all the criteria.