When update handler.py using "runpodctl project deploy", Old worker does not auto update handler
Although handler.py in deploy directory in volume has updated, but if I use run to test, the old worker(has been run before)will still output "world",not "world-2".
I have to remove the old worker, and then click 'run' again for the new worker to output correctly.
I have to remove the old worker, and then click 'run' again for the new worker to output correctly.
