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
If the database is not set and the first start of datapusher is done via wsgi with some workers/threads (as suggested by 'High availability setup') then just the first thread that tries to create the database succeeds and the rest fail with duplicate key value violates unique constraint.
If the number of threads and workers is reduced to 1 on first start then nothing breaks.
A possible fix for this would be to provide a command for database initialization like in CKAN
The text was updated successfully, but these errors were encountered:
If the database is not set and the first start of datapusher is done via wsgi with some workers/threads (as suggested by 'High availability setup') then just the first thread that tries to create the database succeeds and the rest fail with
duplicate key value violates unique constraint
.If the number of threads and workers is reduced to 1 on first start then nothing breaks.
A possible fix for this would be to provide a command for database initialization like in CKAN
The text was updated successfully, but these errors were encountered: