currently the worker.py is not working in an infinite loop , so whenever i uplaod something from frontend, i will manually have to run wroker.py in order to run the processing, i want the worker to run in an infinite loop at the setup time so while testing whenever i upload a new file, i dont need to re run worker.py again and again
currently the worker.py is not working in an infinite loop , so whenever i uplaod something from frontend, i will manually have to run wroker.py in order to run the processing, i want the worker to run in an infinite loop at the setup time so while testing whenever i upload a new file, i dont need to re run worker.py again and again