elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

bug: Celery worker does not have access to database #113

Closed uniqueg closed 1 year ago

uniqueg commented 1 year ago

Currently, the Celery app returned by Foca.create_celery_app() does not have the necessary configuration to access the database configured for the app.

Fix by bumping FOCA to v0.12.0

uniqueg commented 1 year ago

Fixed by https://github.com/elixir-cloud-aai/foca/pull/162