Skip to content

Commit

Permalink
Switch the default job queue mode to our PG based approach
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Dec 11, 2023
1 parent b884f0b commit 2d07050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/live_amqp.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
AmqpChan *amqp.Channel

// UseAMQP switches between running in AMQP mode (true) or job queue server mode (false)
UseAMQP = true
UseAMQP = false
)

// CloseMQChannel closes an open AMQP channel
Expand Down

0 comments on commit 2d07050

Please sign in to comment.