Tagged Questions
0
votes
0answers
130 views
Wordpress : Automatically transfer media files to Amazon S3 [closed]
I've been using VPS to host 7 Wordpress websites, most of them require big storage but very little RAM and traffic. So I'm thinking of moving the static files(uploads folder) content to Amazon S3 and ...
0
votes
1answer
179 views
Retry cron job until it successfully excecutes
I'm running a python script on my VPS every day with cron. It only has 768mb ram, and when I run the script manually I often get memory errors from python. However, I usually can just try a couple ...