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

Improve job status tracking #46

Merged
merged 14 commits into from
Jan 30, 2024
Merged

Conversation

mateusjunges
Copy link
Owner

This PR improves how we track job status. I added two new fields: job_id and attempts, which tracks the job id and the number of attempts a job was retried, respectively.

Also, this PR fixes a bug where markAsStarted was resetting the started_at timestamp when a job was retried.

@mateusjunges mateusjunges self-assigned this Jan 30, 2024
@mateusjunges mateusjunges merged commit 2ae5770 into master Jan 30, 2024
2 checks passed
@mateusjunges mateusjunges deleted the add-job-id-and-improve-status branch January 30, 2024 17:15
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.

1 participant