sync code repo

This commit is contained in:
David Malinowski
2024-06-06 12:32:18 +02:00
parent a159c9c639
commit 9be6f7b4b7
9 changed files with 261 additions and 30 deletions

View File

@@ -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"
]
}
}