taoteh1221 / Open_Crypto_Tracker

Bitcoin / Alts private portfolio tracker, with email / text / alexa / telegram price alerts, charts, leverage support and much more.
https://taoteh1221.github.io
GNU General Public License v3.0
92 stars 22 forks source link

Allow cronjobs to be executed using external servers #13

Closed s1-ranjan closed 4 years ago

s1-ranjan commented 4 years ago

I hove noticed my host is causing trouble with the cronjobs setting, they always reset the values to null, so I was thinking if this application have the capability to run the cronjob from external server.

taoteh1221 commented 4 years ago

See the README.txt file in the main app directory on setting up a cron job properly. If that doesn't help, you should contact your website host's support desk. They should be able to help you get it running properly. Also check your error logs in the app, which may help to see what's going on. Cron jobs are not designed to run from an external server.