Skip to content

Commit

Permalink
Fix production running.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Leduc-Hamel committed Mar 8, 2021
1 parent 103b34c commit b90c9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rougecombien/pkg/apps/rougecombien.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewRougecombien(cfg *config.Config) *Rougecombien {
}

func (r *Rougecombien) Run(ctx context.Context) error {
return scraper.NewScraper(r.cfg, r.genericRun).Run(ctx)
return r.manager.Perform(jobs.NewOverflowjob(r.cfg, r.manager, r.storeJob), &trieugene.Message{})
}

func (r *Rougecombien) RunDevelopment(ctx context.Context) error {
Expand Down

0 comments on commit b90c9b2

Please sign in to comment.