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

Add a control interface for BackgroundActivityWorkers #1411

Open
prioux opened this issue Jul 22, 2024 · 0 comments
Open

Add a control interface for BackgroundActivityWorkers #1411

prioux opened this issue Jul 22, 2024 · 0 comments
Assignees
Labels
Admin Features or bugs related to administrative features Enhancement Priority: Normal

Comments

@prioux
Copy link
Member

prioux commented Jul 22, 2024

Currently, the number of worker processes that handle BackgroundActivities are hardcoded at boot time.

A portal starts three (3) such workers, a Bourreau starts one (1).

I'd like an interface somewhere to allow the admin to change that.

Also, I'd like an interface to start and stop them. Currently, a TERM signal will make a worker finish whatever it is doing (if any) and then stop cleanly.

The interface should exist at two levels: 1. within the web admin interface 2. in the console's command interface (maybe through 'ibc'?).

@prioux prioux added Enhancement Priority: Normal Admin Features or bugs related to administrative features labels Jul 22, 2024
@prioux prioux self-assigned this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Features or bugs related to administrative features Enhancement Priority: Normal
Projects
None yet
Development

No branches or pull requests

1 participant