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

Backoffice - jobs : support des états "retryable" et "scheduled" #4342

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

ptitfred
Copy link
Contributor

Dans le cadre de #4326 j'ai utilisé la fonctionnalité de "snooze" d'Oban, ce qui place certains jobs dans l'état "scheduled_in". En testant davantage cette PR j'ai également constaté que certains jobs en erreurs (état "retryable") n'étaient pas non plus listés.

Pour les jobs "scheduled", la date de prochaine exécution est affichée.

Pour les jobs "retryable", l'erreur et la date de prochaine exécution sont affichées.

@ptitfred ptitfred requested a review from a team as a code owner November 27, 2024 10:31
Copy link
Member

@AntoineAugusti AntoineAugusti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci 🙏

@ptitfred ptitfred added this pull request to the merge queue Nov 27, 2024
Merged via the queue into master with commit faab8a9 Nov 27, 2024
4 checks passed
@ptitfred ptitfred deleted the backoffice/autres-etats-jobs branch November 27, 2024 11:04
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.

2 participants