Issue
The worker can crash unnoticed by k8s while retrieving the result:
[2025-01-31 03:46:40,432] DEBUG [4201] [reactome_analysis_worker.analysers.r_gsva_analyser.analyse_request:143] GSVA analysis completed for Rna_Seq
[2025-01-31 03:46:41,804] DEBUG [4201] [reactome_analysis_worker.analysers.r_gsva_analyser.analyse_request:158] Returning combined analysis result
[2025-01-31 03:46:41,804] DEBUG [4201] [reactome_analysis_worker.reactome_analysis_worker.run:911] Saving result in queue....
[2025-01-31 03:46:41,805] DEBUG [4201] [reactome_analysis_worker.reactome_analysis_worker.run:917] Setting on_complete
Solution
Make sure the "healthy" file is removed in case this happens
Issue
The worker can crash unnoticed by k8s while retrieving the result:
Solution
Make sure the "healthy" file is removed in case this happens