Help with working with threads using threadpool in python3
Budget: ₹600 – ₹1,500 INR
I have a use case in which I execute tasks like a typical job workflow. (like in this link - https://www.google.co.in/url?sa=i&url=https%3A%2F%2Fwww.activeeon.com%2Fproducts%2F&psig=AOvVaw28X0Abr7ytzHN6QhMIvJq3&ust=1624607108826000&source=images&cd=vfe&ved=0CAoQjRxqFwoTCKCey7jjr_ECFQAAAAAdAAAAABAK).
This link will explain the issue that I am facing - https://stackoverflow.com/questions/68080234/how-to-extend-a-variable-to-thread-that-goes-out-of-loopswhen-no-tasks-are-avai
I am taking tasks, executing them using threads and write to db so that it releases the next tasks. When there are no threads to run at anytime, I let my thread sleep for sometime, comeback and check again. Facing issues here. Looking for someone who can help me solve this issue along with couple of minor other issues and help me make this code perfectly working as expected. This primarily uses threads and multithreading.
Please reachout to me for code. Code cannot be executed normally because I have to run it in client's machine.
This link will explain the issue that I am facing - https://stackoverflow.com/questions/68080234/how-to-extend-a-variable-to-thread-that-goes-out-of-loopswhen-no-tasks-are-avai
I am taking tasks, executing them using threads and write to db so that it releases the next tasks. When there are no threads to run at anytime, I let my thread sleep for sometime, comeback and check again. Facing issues here. Looking for someone who can help me solve this issue along with couple of minor other issues and help me make this code perfectly working as expected. This primarily uses threads and multithreading.
Please reachout to me for code. Code cannot be executed normally because I have to run it in client's machine.