A standards compliant Network Remote ID / Flight Authorisation / Geofence / Traffic Information server for UTM / U-Space. Includes integrations for consuming live flight data, non-repudiation of telemetry etc.
Celery's PeriodicTasks require an instance of celery-beat running with Django-DB schedular. Only then the tasks created by Conformance monitoring module will get executed.
Requires a docker-compose up command to run the new service
This PR includes:
The docker container service to run Celery-beat module.
The required settings in both FlightBlender app and Celery.
❗Note: These changes are tested against our local integrated setup. And its working as intended. However this PR is not tested.
Celery's PeriodicTasks require an instance of
celery-beat
running with Django-DB schedular. Only then the tasks created byConformance monitoring
module will get executed.Requires a
docker-compose up
command to run the new serviceThis PR includes:
❗Note: These changes are tested against our local integrated setup. And its working as intended. However this PR is not tested.