Skip to content

Sync Now Functionality

We need to set up a celery-rabbitmq task queue here with Flask API. There will be a task that does the steps involved sync process - copy_update_items, copy_condensates, and run post-processing.

When called, an API endpoint /sync will trigger the task and return the task ID.

Edited by Soumyadeep Ghosh