Closed wslyvh closed 6 months ago
Develop a standalone Importer Service that abstracts the process of importing data into our database through an API. This service is required to efficiently handle import errors, execute on a scheduled basis, and support asynchronous operations for extended tasks.
Error Handling Mechanism:
Cron Job Configuration:
Asynchronous Processing:
API Integration:
The key requiremnets for this feature is implemented here: https://github.com/streamethorg/streameth-platform/pull/415
Is your feature request related to a problem? Please describe. The schedule import is currently triggered from code. I would propose we add an action on the Admin UI so anyone with event/admin access can run an import.