Hello
I have a non-ui app to run on my vps. Every 1 hour it gets some info from web and send to my sql database. I am planning to run the app 1 time and make this process every 1 hour with a timer . ( so the app will run forever . Does it make any problem for my server ? For example logs will be very big after some time so maybe i must not log the information inside my app or any other problems like this ?
I have a non-ui app to run on my vps. Every 1 hour it gets some info from web and send to my sql database. I am planning to run the app 1 time and make this process every 1 hour with a timer . ( so the app will run forever . Does it make any problem for my server ? For example logs will be very big after some time so maybe i must not log the information inside my app or any other problems like this ?