xtmalliance / argon-server

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.
https://xtmalliance.org
Apache License 2.0
5 stars 10 forks source link

Added missing celery-beat service #99

Closed cyapa closed 9 months ago

cyapa commented 10 months ago

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:

❗Note: These changes are tested against our local integrated setup. And its working as intended. However this PR is not tested.