-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add back the AMQP code (hopefully temporarily)
It's likely safer for our job queue migration to have the DBHub.io daemons be able to run with either job queue system. That way if our new job queue code has problems we can revert to using AMQP until the problems are fixed. With this commit the daemons can run in either AMQP mode or job queue server mode. There's a hard coded boolean value near the top of common/live_amqp.go to switch between them. The Cypress tests pass in both modes, so things should be ok.
- Loading branch information
1 parent
e1cf6d5
commit 4001719
Showing
17 changed files
with
1,247 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.