acquity/api

The job scheduler is probably not working very well

Opened this issue · 0 comments

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.