mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-23 23:17:05 +08:00
Updated Cron Jobs (markdown)
parent
ffbb1538b2
commit
1bd8dd5e6d
1 changed files with 10 additions and 1 deletions
11
Cron-Jobs.md
11
Cron-Jobs.md
|
@ -1,3 +1,4 @@
|
|||
# EXPIRED AND AUTO RENEWAL
|
||||
Cronjob will execute expired customer, this is important
|
||||
|
||||
|
||||
|
@ -22,4 +23,12 @@ if you create hourly voucher, maybe you need to run every 5 minutes
|
|||
|
||||
another example [crontab.guru](https://crontab.guru/examples.html)
|
||||
|
||||
i dont know about windows, maybe using Scheduller, just search google
|
||||
i dont know about windows, maybe using Scheduller, just search google
|
||||
|
||||
# REMINDER
|
||||
|
||||
This will send reminder for user every 7 AM
|
||||
|
||||
```bash
|
||||
0 7 * * * cd /path/to/phpnuxbill/system && php -f cron_reminder.php
|
||||
```
|
Loading…
Reference in a new issue