You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fixed in 1f94e17. But now, with fresh installation, there is missing table error: Base table or view not found: 1146 Table 'ipeer.jobs' doesn't exist". Also the worker process should wait until database is up.
Suggested fix:
Delay worker container until database is up.
Create table if table doesn't exist in the worker process.
When doing a fresh install with docker, the
worker
container won't start.As defined in
docker-compose.yml
, theworker
container is based onapp
image. It is missing thepdo_mysql
extension thatworker
needs.The text was updated successfully, but these errors were encountered: