Skip to content

Commit

Permalink
chore: Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant authored and acaloiaro committed Oct 8, 2023
1 parent 659a654 commit fb1fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/postgres/postgres_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ func (p *PgBackend) start(ctx context.Context, h handler.Handler) (err error) {
func (p *PgBackend) initFutureJobs(ctx context.Context, queue string) (err error) {
rows, err := p.pool.Query(ctx, FutureJobQuery, queue)
if err != nil {
p.logger.Error("failed to fetch future jobs list", "queue", queue, err)
p.logger.Error("failed to fetch future jobs list", "queue", queue, "error", err)
return
}

Expand Down

0 comments on commit fb1fec1

Please sign in to comment.