Synchronization Scheduling

Luden supports automatic collection synchronization as well as manual. For using automatic collection synchronization there must be configured schedule property in the collection section of configuration (see above).

For using manual collection synchronization(HTTP API) there must be an admin token configuration.

server:
  admin_token: your_admin_token

sources:
  source_id:
    type: ...
    ...

Last updated