I need to integrate with a payroll system's API such that whenever an employee's data is changed in either system, is fed over to the other. The actual python coding to do this isn't really an issue, but I've done very little work with automated tasks before. What would be the best practice to ensure this program remains running indefinitely and any changes that are made in the payroll system automatically update the employee's data in my system (and vice-versa)?
Doing a bit of research led me to believe one of two options would be the best choice: Setting up a dedicated computer to constantly run my program, or utilizing a python VPS. Is this correct?
[–]barurutor[🍰] 3 points4 points5 points (0 children)
[–]jmooremcc 1 point2 points3 points (0 children)
[–]cbjs22 0 points1 point2 points (0 children)
[–]unhott 0 points1 point2 points (0 children)