Cron Jobs

These cron jobs should be added to your server so required automated eMS functions run correctly.

Important

Server Path Note The PHP binary path and your site path may be different depending on your host. On many servers the command will begin with /usr/bin/php, but some hosts may require simply php or a different PHP path entirely. Replace /path/to/your/site/ with the real absolute path to your installation.

Renew Awards

Daily at midnight

Automatically renews recurring awards and creates the next award periods as needed.

Recommended Command
/usr/bin/php /path/to/your/site/admin/cron/renew_awards.php
Alternate Command
php /path/to/your/site/admin/cron/renew_awards.php

Generate Power Rankings

Daily at midnight

Rebuilds power rankings, catches up missed periods, and updates the current rankings snapshot.

Recommended Command
/usr/bin/php /path/to/your/site/admin/cron_generate_power_rankings.php --mode=catchup-and-current > /path/to/your/site/admin/power_rankings.log 2>&1
Alternate Command
php /path/to/your/site/admin/cron_generate_power_rankings.php --mode=catchup-and-current > /path/to/your/site/admin/power_rankings.log 2>&1

Process Achievements

Every 30 minutes

Checks achievement conditions and awards newly earned achievements to eligible characters.

Recommended Command
/usr/bin/php /path/to/your/site/admin/process_achievements.php
Alternate Command
php /path/to/your/site/admin/process_achievements.php

Post Scheduled News

Every 5 minutes

Publishes news posts whose scheduled publish time has arrived.

Recommended Command
/usr/bin/php /path/to/your/site/admin/cron_post_scheduled_news.php
Alternate Command
php /path/to/your/site/admin/cron_post_scheduled_news.php

Publish Events

Every 5 minutes

Publishes scheduled events when their release time has been reached.

Recommended Command
/usr/bin/php /path/to/your/site/admin/cron_publish_events.php
Alternate Command
php /path/to/your/site/admin/cron_publish_events.php

Podcast to News

Every 30 minutes

Checks the configured podcast feed and posts new episodes as news items when found.

Recommended Command
/usr/bin/php /path/to/your/site/admin/cron_podcast_to_news.php
Alternate Command
php /path/to/your/site/admin/cron_podcast_to_news.php

Show Support

Want to show your support for the development of the eFed Management Suite? Donate with one of the methods below:

PAYPAL paypal@halkum.com
CASHAPP $DFuryLV
VENMO @ben-halkum
ZELLE contact@benhall.club

Thanks for supporting fantasy wrestling tools and the community that uses them.