I want to work on a different way to put the lock file outside the server ( rewrite the functions ) so we can write the lock in REDIS / Mysql or simply AWS/GCP Storage for example using phpleague flysystem for files.
this will help using jobby in a multi server environments for scalability :
if Server 1 runs a job
server 2 will not run the job until the job in server 1 is done
Hi
I want to work on a different way to put the lock file outside the server ( rewrite the functions ) so we can write the lock in REDIS / Mysql or simply AWS/GCP Storage for example using phpleague flysystem for files.
this will help using jobby in a multi server environments for scalability :
if Server 1 runs a job server 2 will not run the job until the job in server 1 is done
what do you think ?