Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce output argument to .cancel() and .failWithoutRetry() to mark jobs as failed without implicitly retrying #450

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pcnc
Copy link

@pcnc pcnc commented Jun 11, 2024

Introduces:

  • .cancel(jobId, data)
  • .failWithoutRetry(jobId, data)
    • current implementation of .fail() queues up a retry if retrycount < retrylimit, giving no option of marking job as explicitly failed without further retries down the line

Additionally:

  • Bumps default Postgres container limits to 300 to avoid any max connections exceeded errors during test runs

…()` to mark jobs as failed without implicitly retrying
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant