Skip to content

Commit

Permalink
chore: cleanup notifier (#3867)
Browse files Browse the repository at this point in the history
* chore(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#3770)

* chore: refactoring pg notifier

* chore: tests fix

* chore: some more changes

* chore: some more changes

* chore: some more changes

* chore: some more changes

* chore: some more changes

* chore: review comments

* chore: review comments

* chore: review comments

* chore: some more changes

* chore: deepsource changes

* chore: some more changes

* chore: review comments

* chore: some more changes

* chore: review comments

* chore: review comments

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
achettyiitr and dependabot[bot] authored Sep 21, 2023
1 parent 3c3e407 commit 98498ee
Show file tree
Hide file tree
Showing 25 changed files with 2,595 additions and 1,055 deletions.
2 changes: 0 additions & 2 deletions runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
"github.com/rudderlabs/rudder-server/services/db"
"github.com/rudderlabs/rudder-server/services/diagnostics"
"github.com/rudderlabs/rudder-server/services/oauth"
"github.com/rudderlabs/rudder-server/services/pgnotifier"
"github.com/rudderlabs/rudder-server/services/streammanager/kafka"
"github.com/rudderlabs/rudder-server/utils/misc"
"github.com/rudderlabs/rudder-server/utils/types/deployment"
Expand Down Expand Up @@ -323,7 +322,6 @@ func runAllInit() {
diagnostics.Init()
backendconfig.Init()
warehouseutils.Init()
pgnotifier.Init()
warehouse.Init4()
validations.Init()
eventschema.Init()
Expand Down
Loading

0 comments on commit 98498ee

Please sign in to comment.