Page MenuHomeSoftware Heritage

Scheduler API server
Closed, MigratedEdits Locked

Description

The current way of using the scheduler is instantiating the Scheduler class, which only has a local implementation, which itself hits the database directly.

It would make sense to provide a backend API server to centralize database connections and logging, all the more so when we will be adding more listers to the infrastructure soon.

Event Timeline

olasd assigned this task to ardumont.
olasd added a subscriber: ardumont.

I think that's been done by @ardumont