cwl-WES icon indicating copy to clipboard operation
cwl-WES copied to clipboard

Remove support for task monitor in cwl-WES

Open kushagra189 opened this issue 2 years ago • 1 comments

Currently, the executed task runs are monitored using the evening send and receive methods provided by Celery. This implementation needs to be changed as it might pose a possible vulnerability for scaling in the future. We send event logs over receivers which if exceed the required size, cannot be transferred over events. Hence, to combat the same, we will remove the task monitor setup and implement these actions as background tasks.

kushagra189 avatar Nov 15 '22 13:11 kushagra189

Duplicate of #194

uniqueg avatar Nov 26 '22 20:11 uniqueg