How can we build models periodically?
cbaakman opened this issue · 1 comments
cbaakman commented
The purpose of hommod-rest is to have models ready so that services don't need to wait a long time for them to be built. In order to do this, hommod-rest must trigger the building/updating of models by itself.
How can we do this? One idea is to use celery's periodic tasks.