We need to develop powerful UI for framework. Its not a just simple Flower as celery haves. It will be more like rabbitmq dashboards for looking statistic. How many messages has been recieved, average times and etc. Also users should have all control about tasks execution: run immidiatly, change retry_timeout for one task, revoke any task or group of tasks and etc. But first of all, we need to basic implementation for controll base things on litestar. I mean:
- Look how many consumers you have, this states, how many messages
- Stop tasks
- And most important: Litestar app at
morda package near to melony package and cli for running this application
Of course, we need a database for collecting satistics, so, we need to implement different database connections for this things, but its little later
We need to develop powerful UI for framework. Its not a just simple Flower as celery haves. It will be more like rabbitmq dashboards for looking statistic. How many messages has been recieved, average times and etc. Also users should have all control about tasks execution: run immidiatly, change
retry_timeoutfor one task, revoke any task or group of tasks and etc. But first of all, we need to basic implementation for controll base things on litestar. I mean:mordapackage near tomelonypackage and cli for running this applicationOf course, we need a database for collecting satistics, so, we need to implement different database connections for this things, but its little later