Skip to content

Commit

Permalink
update docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Aug 28, 2024
1 parent 25f9c69 commit ead2bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ CREATE TABLE pgboss.job (
priority integer not null default(0),
data jsonb,
state pgboss.job_state not null default('created'),
retry_limit integer not null default(0),
retry_limit integer not null default(2),
retry_count integer not null default(0),
retry_delay integer not null default(0),
retry_backoff boolean not null default false,
Expand Down

0 comments on commit ead2bf0

Please sign in to comment.