Describe the bug
If you run multiple instances of clowder using the same database, each of them will listen for the heartbeat and write it to the database.

To Reproduce
Steps to reproduce the behavior:
- run clowder with multiple intances
- start a new extractor
- look at extractors
- See error
This could be related to some of the issues we seen with elasticsearch as well as login, where multiple instances would pick up the messages. This could be resolved by picking a single master machine.