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

Detailed status on processed AMI sets is misleading for background processed items #192

Open
DiegoPino opened this issue Jan 22, 2024 · 0 comments
Assignees
Labels
AMI entity enhancement New feature or request queue workers Ones taking the FI and doing the FO queue FIFO Reporting Errors, Logs, etc.
Milestone

Comments

@DiegoPino
Copy link
Member

DiegoPino commented Jan 22, 2024

What?

We use the private temp storage to generate a gist (ingested, failed, warnings). This storage is specific to each user and is bound to the user sending the processing. But bc Hydroponics runs on the background and is detached from the actual user sending data, the private storage available to that "drush" session is not the same as the one used by the user sending the data, which leads to 0 ingested being shown, even if the logs are accurate (bc its a file + cache-time == o added recently)

I will try to figure out a way of either loading the user (which is in the queue item data) or using a different method for keeping track of this info, so we don't have this issue. That said, that info (bc it is temporary) expires after 6 days... so we should also make sure we don't show any at all, if the storage is empty (instead of making it 0 valued)

@alliomeria this is what we saw today.

@DiegoPino DiegoPino self-assigned this Jan 22, 2024
@DiegoPino DiegoPino added enhancement New feature or request Reporting Errors, Logs, etc. queue FIFO queue workers Ones taking the FI and doing the FO AMI entity labels Jan 22, 2024
@DiegoPino DiegoPino added this to the 0.7.0 milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AMI entity enhancement New feature or request queue workers Ones taking the FI and doing the FO queue FIFO Reporting Errors, Logs, etc.
Projects
None yet
Development

No branches or pull requests

1 participant