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

[feat] function to list all runnning jobs #205

Open
spyshow opened this issue Nov 6, 2022 · 1 comment
Open

[feat] function to list all runnning jobs #205

spyshow opened this issue Nov 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@spyshow
Copy link

spyshow commented Nov 6, 2022

hi all

it would be great to have a function to list all the running jobs name
i tried to search the document about such function but i found none

thanks and regards

@spyshow spyshow added the enhancement New feature or request label Nov 6, 2022
@AlvaroBrasilia
Copy link

You can try this:

const jobsRunning = bree.config.jobs.map((j: { name: string }) => j.name)

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