I have a question. When I need to update some task logic, I have to stop the service, which might cause the running tasks to be interrupted. When I restart the service, this task will run repeatedly. Is there a way to do a hot update? Or, first suspend the task and enter the queue. After completing the processing of the running task, stop the service.