Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

To ru

Excerpt
hiddentrue

Automation displays the last run time, the command to configure a cron task with, and allows the cron to be run manually.

...

https://www.domain.com/path/to/blesta/cron/TASK/?cron_key=YOURCRONKEY

As of Blesta version 3.6.0, you may also include a company ID (e.g. "1") to run a specific cron task for that company:

https://www.domain.com/path/to/blesta/cron/TASK/?cron_key=YOURCRONKEY&company_id=YOURCOMPANYID

Replace TASK with the task you wish to run, and YOURCRONKEY with your cron key. Optionally, replace YOURCOMPANYID with the integer ID of the company you wish to run the task on.

 

TaskDescription
createInvoicesCreate Invoices
applyCreditsApply Credits to Invoices
autoDebitInvoicesAuto Debit Invoices
cardExpirationRemindersSend Card Expiration Reminders
deliverInvoicesDeliver Invoices
addPaidPendingServicesAdd Paid Pending Services
suspendServicesSuspend Services
unsuspendServicesUnsuspend Services
cancelScheduledServicesCancel Services Pending Cancellation
processRenewingServicesProcess Service Renewals
paymentRemindersSend Payment Reminders
updateExchangeRatesUpdate Currency Exchange Rates
pluginTasksProcess Plugin Cron Tasks
cleanLogsPrune Old Log Data

...