# Scheduler

Here is the template class to build your Scheduler based on your needs as well as the already implemented and tested scheduler.

```{eval-rst}
.. automodule:: bindflow.orchestration.generate_scheduler
    :members:
    :special-members: __init__, __call__, __cluster_validation__
```
