Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The default SS gunicorn worker class (gevent) is incompatible with Python's multiprocessing package, which is required for the Sword API. To resolve this:
    • add a line to /etc/init/archivematica-storage-service.conf:
      • env SS_GUNICORN_WORKER_CLASS=sync
    • run:
      • sudo initctl reload-configuration
      • sudo restart archivematica-storage-service

...