Custom Scheduling can't access to the collection database

We are trying to implement Load Balance in “FSRS”.
However, the custom scheduler does not access the database. Could this be implemented in the future?

More information here:

To balance the reviews, it’s necessary to get the number of reviews around the due date. However, the custom scheduling can’t access to the collection database.”

4 Likes

@dae Is it possible to implement this in the future?

1 Like

I thought an alternative way to implement load balance. But it only works on the rescheduling process. The add-on could access the database but couldn’t hook the scheduler.

3 Likes

This is best solved in an add-on for now, as it’s somewhat complicated to expose per-day due counts in a way that performs well.

3 Likes