Ryan Lee
Ryan Lee
Updated the tests for the merlin server unit tests to include tests for the latest addition of the merlin server config command. In order to properly test the command I...
Currently merlin server uses a different configuration file called merlin_server.yaml, while the other merlin commands use app.yaml as their configuration file. Rather than using 2 different configuration file we should...
Changed tutorial documentation to encourage users to merlin server rather than installing their own redis server and configuring it manually. Added command summary for merlin server in merlin_commands.rst
Updated #367. Updated: Updated Changelog
Create a celery manager that automatically manages the celery workers and restarts them accordingly when they have become unresponsive. `merlin manager` command was added and there are 3 options `run`...