Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Info

This page describes the standard cron jobs that run on Abiquo servers

Abiquo 6.1.x

This section describes three scenarios for the introduction of new Abiquo billing.

...

Periodic process

Server

How is it configured?

Default schedule

Default run

Metrics usage system

API

/etc/cron.d/abiquo-metrics-usage-system file

0 10 * * 1,5

Mondays and Fridays at 10:00

On-premise billing

API

abiquo.billing.task.cron property

0 30 0 ? * * *

Every night

Public cloud billing

API

abiquo.billing.task.cron property

0 30 0 ? * * *

Every night

Pricing check

API

abiquo.pricefactor.type.product.check.cron property

0 0 0 1 * ?

At 0:00 on 1st day of month

Accounting process

DB

/etc/cron.d/abiquo-accounting file

0 * * * *

Every hour

Accounting cleanup

DB

/etc/cron.d/abiquo-accounting file

0 12 * * 0

Sundays at 12:00

Tags

API

abiquo.tagging.synccheckcron property

0 0 */4 ? * *

Reporting cleanup

DB

/etc/cron.d/abiquo-reporting file (question)

0 1 * * *

When new billing and old billing are both running to test new billing

Periodic process

Server

How is it configured?

Default schedule

Default run

Metrics usage system

API

/etc/cron.d/abiquo-metrics-usage-system file

0 10 * * 1,5

Mondays and Fridays at 10:00

On-premise billing

API

abiquo.billing.task.cron property

0 30 0 ? * * *

Nightly

Public cloud billing

API

abiquo.billing.task.cron property

0 30 0 ? * * *

Nightly

Pricing check

API

abiquo.pricefactor.type.product.check.cron property

0 0 0 1 * ?

At 0:00 on 1st day of month

Accounting process

DB

/etc/cron.d/abiquo-accounting file

0 * * * *

Hourly

Accounting cleanup

DB

/etc/cron.d/abiquo-accounting file

0 12 * * 0

Sundays at 12:00

Tags

API

abiquo.tagging.synccheckcron property

0 0 */4 ? * *

Reporting cleanup

DB

/etc/cron.d/abiquo-reporting file

0 1 * * *

Hourly

Old billing

Reporting

/etc/cron.d/abiquo-billing

0 1 * * *

Hourly

Old billing enterprise mapping

DB

/etc/cron.d/abiquo-billing-mapping (question)

10 0 * * *

Nightly at 00:10

...