Skip to content

1.6.1

Compare
Choose a tag to compare
@ben-bay ben-bay released this 03 Jun 16:53
ae8dc04

[1.6.1]

Fixed

  • Error if app.yaml does not have visibility timeout seconds

[1.6.0]

Added

  • The broker name can now be amqps (with ssl) or amqp (without ssl).
  • The encryption key will now be created when running merlin config.
  • The merlin info connection check will now enforce a minute timeout
    check for the server connections.

Fixed

  • Added a check for initial running workers when using merlin monitor to
    eliminate race condition.
  • A bug that did not change the filename of the output workspace nor of the provenance spec
    when a user variable was included in the description.name field.
  • Temporarily locked Celery version at 4.4.2 to avoid fatal bug.

Changed

  • The default rabbitmq vhost is now instead of /.
  • Changed default visibility timeout from 2 hours to 24 hours. Exposed this in the config
    file.
  • The monitor function will now check the queues to determine when
    to exit.