CCI-MOC / openstack-billing-from-db

Simple billing from the database
Apache License 2.0
1 stars 3 forks source link

Create k8s base dir with cronjob #39

Closed knikolla closed 8 months ago

knikolla commented 8 months ago

Creates a cronjob that runs on the 1, 15th and 28th (mostly every other week.)

The 1st is the most important one as that is what we'll be giving out. This will generate the final invoice for the previous month.

15th will generate a mid-month usage invoice. Potentially useful for notifying users about they currently have running.

28th will make sure that things still work a few days before we need to bill on the 1st.


Related #15