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

Visibility on dry runs and jobs that are running + ability to cancel #655

Open
chriswhong opened this issue Dec 20, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@chriswhong
Copy link
Contributor

I recently got into some trouble with bad code. I created a loop using for i in range(1000): to paginate JSON results, but forgot to increment a variable, so it ran 1000 times. Each iteration was logging 1000 features, resulting in 1000 websocket messages.

This was just a dry run, but my browser became unresponsive, so I restarted it and then noticed the websockets were still flying... with no way for me to cancel the job.

I think generally users should be able to see in the UI where jobs/dry runs associated with their account are running and be able to cancel them easily.

@chriswhong chriswhong added the bug Something isn't working label Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant