Job monitor crashes
The job monitor is crashing here: https://code.ornl.gov/ndip/trame-apps/trame-app-launcher/-/blob/dev/launcher_app/app/models/galaxy.py?ref_type=heads#L85. Once it crashes, the user can still launch/stop jobs, but the UI won't update the status of those jobs anymore. This can be reproduced by having a history in the associated Galaxy account that doesn't have a job associated with it (I don't fully understand this part yet, so this may be a bad explanation).
Sergey suggested that it may be best to switch https://code.ornl.gov/ndip/trame-apps/trame-app-launcher/-/blob/dev/launcher_app/app/models/galaxy.py?ref_type=heads#L80 to querying only for jobs instead of histories, both to fix this issue and out of concern for the scalability of this query for someone who has many histories.