mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-12-18 00:53:08 -03:00
sync code repo
This commit is contained in:
@@ -218,3 +218,13 @@ app_license = "GPLv3"
|
||||
|
||||
# hooks.py
|
||||
|
||||
scheduler_events = {
|
||||
#"all": [
|
||||
# "fleet_management.tasks.get_trips_for_device"
|
||||
#],
|
||||
"cron": {
|
||||
"*/15 * * * *": [
|
||||
"fleet_management.tasks.get_trips_for_device"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user