Skip to content

Add failed queue retries for jobcreator messages#435

Open
Dagonite wants to merge 1 commit into
mainfrom
jobcreator-message-retries
Open

Add failed queue retries for jobcreator messages#435
Dagonite wants to merge 1 commit into
mainfrom
jobcreator-message-retries

Conversation

@Dagonite

@Dagonite Dagonite commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Closes #423.

Summary

  • Add FAILURE_QUEUE_NAME support for jobcreator, defaulting to failed-scheduled-jobs.
  • Route failed ingress messages to the failed queue before acking the original message.
  • Retry messages from the failed queue and republish them on repeated failure.
  • Make JSON decode errors, job processing failures, and unknown job_type values propagate into retry handling.
  • Add tests for failed queue declaration, publish-before-ack behavior, retry handling, and main wiring.

Testing

  • pytest job_creator/test -q

GitOps change

fiaisis/gitops#296

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.

Allow retries like with the failed-watched-files queue but for the Jobcontroller

1 participant