The job scheduler is probably not working very well
Opened this issue · 0 comments
donjar commented
The job scheduler is assigned with a SQLAlchemy backend, but it does not seem to create any table in our database. This is bad, because it means that jobs are not persisted across app restarts. We should investigate this.