I removed the asynchronous saving call for subject upload since it seemed to be leading to soft crashes (see relevant panoptes client PR). Also added more debug logs using the same panoptes_client logger which is defined when setting the environment variable PANOPTES_DEBUG=True.
I removed the asynchronous saving call for subject upload since it seemed to be leading to soft crashes (see relevant panoptes client PR). Also added more debug logs using the same
panoptes_client
logger which is defined when setting the environment variablePANOPTES_DEBUG=True
.