Application reconnection & Python Development
Budget: $30 – $250 USD
Hi there,
I need someone that masters python and is good with Linux for 2 tasks (1 fix, 1 development).
We have master application on a server and a slave application on another server.
1/ TO FIX : The slave application is connecting well on the master server application.
But if we stop the service (I use "sudo systemctl kill tigpool.service" because stopping the service won't work) and start it again, the slave can't connect to it anymore.
It says "connexion refused : impossible to reach..." even though the master application is launched. If we reboot the master server, the slave connects again ! But we need to find a way to restart the master application (and slave reconnects to it) without restarting the whole system !
2/ ALREADY DEVELOPPED :
The slave application request some jobs to the master application, and work on the tasks. When slave application is done, he send back the work to master application and this is stored in a folder "job_folders" in master side.
TO DEVELOP :
When the slave application maka a request to master application, I want the master to query the User-Agent name of the slave and to put this information in the original json file generated in "job_folders".
I need someone that masters python and is good with Linux for 2 tasks (1 fix, 1 development).
We have master application on a server and a slave application on another server.
1/ TO FIX : The slave application is connecting well on the master server application.
But if we stop the service (I use "sudo systemctl kill tigpool.service" because stopping the service won't work) and start it again, the slave can't connect to it anymore.
It says "connexion refused : impossible to reach..." even though the master application is launched. If we reboot the master server, the slave connects again ! But we need to find a way to restart the master application (and slave reconnects to it) without restarting the whole system !
2/ ALREADY DEVELOPPED :
The slave application request some jobs to the master application, and work on the tasks. When slave application is done, he send back the work to master application and this is stored in a folder "job_folders" in master side.
TO DEVELOP :
When the slave application maka a request to master application, I want the master to query the User-Agent name of the slave and to put this information in the original json file generated in "job_folders".