Evaluating bids

Crontab

Published on the November 16, 2015 in IT & Programming

About this project

Open

Necessidade:
Desenvolver um programa em PHP para incluir as linhas de comando abaixo no servidor de crontab do provedor de Cloud que hospedar o serviço de e-mail MailWizz.
Cloud Server requirements
•    Linux operating system (windows might work but not supported)
•    Apache Webserver – version 2.x
•    PHP >= 5.2 (php >= 5.4 recommeded for high delivery speed)
•    MySQL >= 5.1 with InnoDB storage engine
•    Cron Jobs access (linux cron jobs not web crons)
PHP Comands
# Campaign sender, runs each minute:
* * * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php send-campaigns > /dev/null 2>&1

# Transactional emails sender, runs once at 2 minutes: (since 1.3.4.5)
*/2 * * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php send-transactional-emails > /dev/null 2>&1

# Bounce handler, runs once at 10 minutes:
*/10 * * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php bounce-handler > /dev/null 2>&1

# Feedback loop handler, runs once at 20 minutes:
*/20 * * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php feedback-loop-handler > /dev/null 2>&1

# Process delivery and bounce logs, runs once at 3 minutes:
*/3 * * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php process-delivery-and-bounce-log > /dev/null 2>&1

# Cleanup command to run daily:
0 0 * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php daily > /dev/null 2>&1

Category IT & Programming
Subcategory Desktop apps
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Experience in this type of projects Yes (I have managed this kind of project before)
API Integrations Cloud Storage (Dropbox, Google Drive, etc.)
Required platforms Linux / Unix

Delivery term: Not specified

Skills needed