protosio / protos

GNU Affero General Public License v3.0
9 stars 3 forks source link

On demand running of resource providers #18

Open nustiueudinastea opened 4 years ago

nustiueudinastea commented 4 years ago

Most of the times, applications that are resource providers (DNS or certificates), only need to make changes and update resource rarely. It would be wise to run them on demand, when a resource needs a change or update.

In order to do this, the scheduler needs to be implemented: https://github.com/protosio/protos/issues/17