Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / riverqueue/river issues and pull requests

#600 - fix non-tx Migrate using a txn + commit for each migration

Pull Request - State: open - Opened by bgentry 4 days ago

#598 - [Docs] Outdated code in Workflows example

Issue - State: closed - Opened by taythebot 4 days ago - 1 comment

#597 - Workflows unable to add current task as dependency for new tasks

Issue - State: closed - Opened by taythebot 4 days ago - 7 comments

#595 - [Docs] Broken next/previous links

Issue - State: open - Opened by charithe 4 days ago - 1 comment
Labels: bug, documentation

#593 - Bump the go-dependencies group with 3 updates

Pull Request - State: closed - Opened by dependabot[bot] 5 days ago
Labels: dependencies

#592 - Upgrade to golangci-lint 1.61.0

Pull Request - State: closed - Opened by brandur 6 days ago

#591 - Add benchmarks for "insert many" operations

Pull Request - State: open - Opened by brandur 6 days ago - 1 comment

#590 - Bulk unique insertion, uniqueness with subset of args

Pull Request - State: open - Opened by bgentry 6 days ago

#589 - Breaking: Rename old InsertMany, add new version with return values

Pull Request - State: closed - Opened by bgentry 11 days ago - 2 comments

#588 - Typo in code example in docs

Issue - State: closed - Opened by HenryDashwood 11 days ago - 4 comments

#587 - move testfactory to rivershared

Pull Request - State: closed - Opened by bgentry 12 days ago

#585 - testfactory: automatically set FinalizedAt if finalized state

Pull Request - State: closed - Opened by bgentry 13 days ago - 1 comment

#584 - Add middleware system for jobs

Pull Request - State: open - Opened by brandur 13 days ago - 2 comments

#583 - Weird log line

Issue - State: closed - Opened by nexovec 13 days ago - 3 comments

#581 - Alerts for failed tasks or high volume of jobs.

Issue - State: closed - Opened by kashyap2108 15 days ago

#577 - Doubt Regarding Attempted At

Issue - State: closed - Opened by adhil-tinvio 18 days ago

#576 - Add JobCleaner timeout dynamically

Pull Request - State: open - Opened by PumpkinSeed 19 days ago - 3 comments

#575 - JobCleaner context deadline

Issue - State: open - Opened by PumpkinSeed 19 days ago

#573 - [feature request] logs in ui

Issue - State: open - Opened by dzfranklin 22 days ago - 1 comment

#572 - Fix nil periodic jobs

Pull Request - State: closed - Opened by bgentry 23 days ago
Labels: bug

#571 - minor documentation improvements

Pull Request - State: closed - Opened by bgentry 23 days ago

#570 - More advanced querying on JobListParams.Metadata()

Issue - State: open - Opened by arp242 23 days ago - 3 comments

#569 - improve InsertTx documentation

Pull Request - State: closed - Opened by bgentry 24 days ago
Labels: documentation

#568 - Update README.md

Pull Request - State: closed - Opened by stefanvanburen 26 days ago - 1 comment

#567 - Do not insert a new job if PeriodicJobConstructor returns nil

Pull Request - State: closed - Opened by semanser 26 days ago - 5 comments

#566 - Leader election fails with pq driver

Issue - State: open - Opened by wydengyre 26 days ago - 1 comment

#561 - sqlc v1.27

Pull Request - State: closed - Opened by bgentry 29 days ago

#560 - Fix set state if running query bug

Pull Request - State: closed - Opened by bgentry 29 days ago

#557 - Preinitialize `workCancel` function in case `StopAndCancel` called before start

Pull Request - State: closed - Opened by brandur 29 days ago - 2 comments

#556 - Workflow - periodic unique workflow with cancelation

Issue - State: closed - Opened by krhubert 29 days ago - 3 comments

#552 - [FEATURE REQUEST] provide helper to check if all jobs have been run during tests

Issue - State: closed - Opened by krhubert about 1 month ago - 2 comments

#551 - [FEATURE REQUEST] Jobs sequential run

Issue - State: open - Opened by krhubert about 1 month ago - 6 comments

#550 - [FEATURE REQUEST] Jobs aggregation

Issue - State: open - Opened by krhubert about 1 month ago - 6 comments
Labels: enhancement

#549 - Graceful shutdown - StopAndCancel panics

Issue - State: closed - Opened by krhubert about 1 month ago - 3 comments

#548 - Upgrade to golangci-lint 1.60.1

Pull Request - State: closed - Opened by brandur about 1 month ago - 5 comments

#547 - Report CLI failures to stderr, not stdout

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#546 - docs: riverpro missing line type workflows -> workflow

Issue - State: closed - Opened by krhubert about 1 month ago - 3 comments

#545 - Elector interval field value out of range

Issue - State: closed - Opened by gottafixthat about 1 month ago - 8 comments
Labels: bug

#544 - rivertest examples require internal package

Issue - State: closed - Opened by travisby about 1 month ago - 2 comments

#543 - Update checksums in `go.work.sum` + tidy everything

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#542 - Prepare release v0.11.4

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#541 - Bump `rivershared` to v0.11.3 in the CLI

Pull Request - State: closed - Opened by brandur about 1 month ago

#540 - Update indirect dependencies from `update-mod-version` script

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#539 - [Feature request] Programatic migration

Issue - State: closed - Opened by nexovec about 1 month ago - 3 comments

#538 - Unable to install the CLI in v0.11.3

Issue - State: closed - Opened by youssefsiam38 about 1 month ago - 3 comments

#537 - Add CLI version subcommand and flag

Pull Request - State: closed - Opened by brandur about 1 month ago - 2 comments

#536 - Break `BaseService` functions into `serviceutil`

Pull Request - State: closed - Opened by brandur about 1 month ago - 2 comments

#535 - Prepare release v0.11.3

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#534 - Add `migrate-list` subcommand that lists available migrations

Pull Request - State: closed - Opened by brandur about 1 month ago - 2 comments

#533 - Add Go 1.23 to build matrix + update toolchain

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#532 - Accept `postgresql://`-schemed database URLs

Pull Request - State: closed - Opened by yawboakye about 1 month ago - 5 comments

#531 - Background worker always uses public schema

Issue - State: closed - Opened by arp242 about 1 month ago - 1 comment

#530 - Upgrade to golangci-lint 1.60 + linting fixes

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#529 - Only log hearbeat if status changed

Pull Request - State: closed - Opened by arp242 about 1 month ago - 6 comments

#528 - Move submodule update command to `rivershared` + check for go/toolchain + workspace

Pull Request - State: closed - Opened by brandur about 1 month ago - 2 comments

#527 - Bump golang.org/x/text from 0.16.0 to 0.17.0 in the go-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies

#526 - Add `rivertest.WorkContext` for use testing `JobArgs.Work` implementations

Pull Request - State: closed - Opened by brandur about 1 month ago

#525 - Small changelog fix to put "fixed" under the release header

Pull Request - State: closed - Opened by brandur about 1 month ago

#524 - Prepare release v0.11.2 for CLI

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#523 - Prepare release v0.11.2

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#522 - Establish minimum Go version of 1.21, with toolchain of Go 1.22

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#520 - Version in `go.mod` could be lowered

Issue - State: closed - Opened by rgalanakis about 1 month ago - 4 comments

#519 - Move `TestSignal` into `rivershared` for use outside of main project

Pull Request - State: closed - Opened by brandur about 1 month ago

#518 - Simplify names of base service types involving generics for logging

Pull Request - State: closed - Opened by brandur about 1 month ago - 1 comment

#517 - Add `startstop.StartAll` helper to start a series of services

Pull Request - State: closed - Opened by brandur about 1 month ago - 3 comments

#516 - rivertest.RequireNotInsertedTx: fix incorrect description

Pull Request - State: closed - Opened by bgentry about 1 month ago - 1 comment

#515 - `FinalizedAt` struct field is not set on `Job` for cancelled events

Issue - State: open - Opened by allancalix about 1 month ago - 4 comments
Labels: bug

#514 - Derive all internal contexts from Client context

Pull Request - State: closed - Opened by bgentry about 2 months ago

#513 - Allow customize context used in Work func with provided key/values in Insert

Issue - State: closed - Opened by TC5027 about 2 months ago - 3 comments

#512 - Cannot test work that inserts jobs using `river.ClientFromContext`

Issue - State: closed - Opened by rgalanakis about 2 months ago - 7 comments
Labels: enhancement

#511 - Getting available jobs uses an orphan context which loses important information passing

Issue - State: open - Opened by rgalanakis about 2 months ago - 2 comments
Labels: bug

#508 - RiverClient Init. Syntax Err

Issue - State: closed - Opened by kashyap2108 about 2 months ago - 1 comment

#507 - Prepare CLI release for v0.11.1

Pull Request - State: closed - Opened by brandur about 2 months ago - 1 comment

#506 - Prepare release v0.11.1

Pull Request - State: closed - Opened by brandur about 2 months ago

#505 - Account for schema when checking whether a column exists

Pull Request - State: closed - Opened by brandur about 2 months ago

#504 - database/sql: default to current time if scheduled_at unspecified

Pull Request - State: closed - Opened by bgentry about 2 months ago

#502 - InsertManyTx and scheduled_at

Issue - State: closed - Opened by ligustah about 2 months ago - 7 comments
Labels: bug

#501 - Bump the go-dependencies group with 2 updates

Pull Request - State: closed - Opened by dependabot[bot] about 2 months ago
Labels: dependencies

#499 - Data race from tests

Issue - State: open - Opened by bgentry about 2 months ago
Labels: bug

#498 - prepare v0.11.0 release

Pull Request - State: closed - Opened by bgentry about 2 months ago

#497 - expose Driver on Client

Pull Request - State: closed - Opened by bgentry about 2 months ago

#495 - ClientFromContext to submit to another queue?

Issue - State: closed - Opened by vsoch about 2 months ago - 2 comments

#494 - Expose executor via InternalExecutorBundle on Client

Pull Request - State: closed - Opened by bgentry about 2 months ago

#493 - specify bash shell for windows CI steps needing envs

Pull Request - State: closed - Opened by bgentry about 2 months ago - 1 comment

#492 - Prepare v0.10.2 release for CLI

Pull Request - State: closed - Opened by brandur about 2 months ago - 1 comment

#491 - Prepare v0.10.2 release

Pull Request - State: closed - Opened by brandur about 2 months ago - 1 comment

#489 - [docs] incorrect example in "Limiting Retry Attempts"

Issue - State: closed - Opened by brasic about 2 months ago - 1 comment

#488 - Subscriptions not firing

Issue - State: closed - Opened by vsoch about 2 months ago - 1 comment

#487 - respect non-zero `ScheduledAt` from `JobArgsWithInsertOpts`

Pull Request - State: closed - Opened by bgentry about 2 months ago

#485 - Remove use of `filepath` for interacting with embedded migration files

Pull Request - State: closed - Opened by brandur about 2 months ago - 5 comments

#484 - The ScheduledAt insert option doesn't work from JobArgsWithInsertOpts

Issue - State: closed - Opened by dbhoot about 2 months ago - 2 comments
Labels: bug

#483 - Set up Windows CI for the CLI

Pull Request - State: closed - Opened by bgentry about 2 months ago - 1 comment

#482 - Panic when using cli migration

Issue - State: closed - Opened by nathankawalec about 2 months ago - 4 comments
Labels: bug

#481 - `database/sql` driver: Quote named parameter strings

Pull Request - State: closed - Opened by brandur about 2 months ago - 1 comment

#480 - Give `database/sql` driver Go files a `_driver` suffix

Pull Request - State: closed - Opened by brandur about 2 months ago - 1 comment