Lets say, I have a production VPS with Laravel app which runs fine.
There are some tasks that are processed with queues. The queue driver is set to Database.
Can I connect my home PC to production DB and mail (like if my production is connected to mailgun then pass its credentials) and run queue workers with my home PC to take some load from the VPS?
I have an old laptop with Ubuntu 4gb RAM and 2 cores. That might save 40$ per month on renting the same tier VPS on DO or Linode. (ok, lets say 20$ cause of course it won't be full powered).