biocore / biocore/LabControl

Prevent silent timeout failure when computing pool values on "Pool library plates" page

Open
#361 5 comments 0 reactions 1 assignee Claimed by @charles-cowart View on GitHub
bug priority:high scope:unknown
Dominant language
Python
Stars
2
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Observed in maptest.ucsd.edu against qiita-rc db: Usually computing pool values for a single plate works fine, but occasionally for a single plate, and reliably if more than one (96-well) plate is added, clicking the "compute pool values" button produces no result (except that the button becomes permanently grayed out, and cannot be re-enabled even by changing pooling values, which should usually trigger a re-enable). Examining the JavaScript console shows that the POST to compute_pool is timing out:

![screen shot 2018-10-04 at 12 16 11 pm](https://user-images.githubusercontent.com/10677935/46497399-4b487e80-c7cf-11e8-9147-f3b051896be8.png)

Ideally, we'd make this stop timing out :) At the very least, we should provide some sort of information to the user about why the page suddenly died on them, and how to recover. (Right now, the only way I know of to recover is to exit the page, come back in, and start over :( )

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.