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

BUG negative submission counter #463

Open
maikia opened this issue Nov 12, 2020 · 4 comments
Open

BUG negative submission counter #463

maikia opened this issue Nov 12, 2020 · 4 comments
Labels

Comments

@maikia
Copy link
Contributor

maikia commented Nov 12, 2020

Sometimes the counter of the submissions on the ramp.studio is negative:

image

So far we have only seen this behavior for the events running on the AWS spot instances

@maikia maikia changed the title negative submission counter BUG negative submission counter Nov 12, 2020
@maikia maikia added the bug label Nov 12, 2020
@agramfort
Copy link
Collaborator

agramfort commented Nov 12, 2020 via email

@lucyleeow
Copy link
Contributor

lucyleeow commented Nov 13, 2020

So far we have only seen this behavior for the events running on the AWS spot instances

Have we seen this for AWS worker, not spot instances (only on-demand) as well? Might be a problem with AWS worker?

@maikia
Copy link
Contributor Author

maikia commented Nov 13, 2020

We have only seen it for the locomotion and meg challenge so far: both set on spot instances.

on_demand is temporarily not working on the server so it is hard to check now but as for now we didn't see it for the on_demand before

@kegl
Copy link
Collaborator

kegl commented Nov 17, 2020

Hm, normally there is a special "unsubmitted" submission containing the sandbox of the user, created when the user signs up. So I think we subtract the number of registered users from the number of submissions.

A more general advice: you can open a Jupyter server through a password-protected port and have notebooks in which you can access the DB with query commands. This served me countless times for debugging but also for visualization.

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

No branches or pull requests

4 participants