slub / ocrd_monitor

Web frontend for ocrd_manager
MIT License
2 stars 3 forks source link

Set collection name to OcrdJob, fix test and update dependencies #38

Closed markusweigelt closed 1 year ago

markusweigelt commented 1 year ago

Currently, the OcrdJobs are not being displayed, as they are being stored in a different collection than the one generated by "beanie." I renamed the beanie collection to "OcrdJob," as I believe it's better to have it named as such IMO.

In addition, the pull request addresses the issue where the launch test is failing and updates the dependencies.

markusweigelt commented 1 year ago

A timeout of 5 seconds doesn't work; the connection still fails. That's why I increased the timeout to 10 seconds again.