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

ENH - API for viewing the task queue #194

Open
igmriegel opened this issue Feb 23, 2023 · 1 comment
Open

ENH - API for viewing the task queue #194

igmriegel opened this issue Feb 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@igmriegel
Copy link

Hello, I was wondering if there's a way besides the log to see the task queue, my idea is to be able to share in memory some information about what has been executed and what it is due to execution yet.

My idea is to be able to have data to build a dashboard with the status, but nothing too complex like airflow or prefect.

Do we have this possibility? Is it too hard to expose this kind of information? Which classes, properties or methods should I monitor to be able to have this info?

I'm sorry if it sounds too lazy, but I thought it would be easier to ask before trying to poke the whole code.

@igmriegel igmriegel added the enhancement New feature or request label Feb 23, 2023
@Nllii
Copy link

Nllii commented Feb 24, 2023

obviously you could just log https://rocketry.readthedocs.io/en/stable/tutorial/intermediate.html?highlight=log#task-logging
, It seems you want something similar to
https://github.com/triggerdotdev/trigger.dev where its event driven? Is that correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants