Validated data : listen to integration queue in order to process validated data
https://docs.celeryq.dev/en/latest/userguide/extending.html#custom-message-consumers
https://wiki.osug.fr/!isterre-geodata/resif/systemes/services/integration_n%C5%93ud_b
-
Fix "Received and deleted unknown message. Wrong destination?!" problem. See : https://github.com/celery/django-celery/issues/415#issuecomment-315296673 -
switch to production rabbitmq-server (resif-mq) instead of the staging server -
think how to organize exchanges/vhosts/etc... -
Is it possible to use many vhosts with celery ?
-
-
Make an example consumer project with pika : https://gricad-gitlab.univ-grenoble-alpes.fr/OSUG/RESIF/rabbitmq-example -
Write some doc here : https://wiki.osug.fr/!isterre-geodata/resif/systemes/services/rabbitmq -
Publish messages on the exchange at the end of post-integration -
Use settings to configure custom consumer ? -
Change waveqc-celery queues names ? To avoid collision of several celery projects on the same vhost
Edited by Simon Panay