Skip to content

Maintenance: empty-trash as a LRT #7428

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

Open
pcrespov opened this issue Mar 26, 2025 · 1 comment
Open

Maintenance: empty-trash as a LRT #7428

pcrespov opened this issue Mar 26, 2025 · 1 comment
Assignees
Labels
a:webserver issue related to the webserver service t:maintenance Some planned maintenance work
Milestone

Comments

@pcrespov
Copy link
Member

pcrespov commented Mar 26, 2025

          I will comment on it here. Your current will fail at some point, due to random conditions or load, this what I got form from your description on the PR.

If I also understood the baseline issue right, the frontend would be blocked for too much time and we'd like to avoid this.

Why not use what it's already been proven to work. Long running jobs. We have support for them currently. The frontend will know when this ends and it does not have to block. It can poll/wait for the result. Would it not work for this case?

Originally posted by @GitHK in #7416 (comment)

NOTE: this is an improvement on #7379

@pcrespov pcrespov self-assigned this Mar 26, 2025
@pcrespov pcrespov added this to the The Awakening milestone Mar 26, 2025
@pcrespov pcrespov added a:webserver issue related to the webserver service t:maintenance Some planned maintenance work labels Mar 26, 2025
@pcrespov pcrespov changed the title empty-trash as a LRT Maintenance: empty-trash as a LRT Mar 26, 2025
@pcrespov
Copy link
Member Author

They are called async jobs and are currently only added to storage, the interface should be extracted and shared with other services as well. That's the current issue

the only ones that are usable as is are the ones via http exposed in servicelib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:webserver issue related to the webserver service t:maintenance Some planned maintenance work
Projects
None yet
Development

No branches or pull requests

1 participant