Drosty / truegm

Fantasy Football Tracker for my league
2 stars 0 forks source link

Schedule jobs on server #68

Open Drosty opened 10 years ago

Drosty commented 10 years ago

Cron jobs to run the rake tasks

Drosty commented 10 years ago

Every 4 hours update NFL players from Fantasy Football Nerd Every Tuesday update Spotrac information

Drosty commented 9 years ago

Now using Ninefold - check this out:

http://help.ninefold.com/apps/creating_scheduled_tasks_in_rails/

Added gem with the jobs I need specified and then it will schedule them on the server.

Drosty commented 9 years ago

can be done as we go.

Drosty commented 9 years ago

Use the whenever gem for this or look into the scheduler on Heroku. Could potentially use the $7 plan on there for this site now. Ninefold is no longer available

Drosty commented 9 years ago

related to #86