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

Create an audit trail for a job #76

Open
olttwa opened this issue Aug 30, 2022 · 0 comments
Open

Create an audit trail for a job #76

olttwa opened this issue Aug 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@olttwa
Copy link
Member

olttwa commented Aug 30, 2022

In the beginning a Job can be:

  • enqueued
  • scheduled
  • cron-scheduled

As part of it's lifecycle, the job could be:

  • enqueued to ready-queue by a scheduler
  • fail execution
  • be retried
  • be dead

Since a job could stay in Goose ecosystem for 60+ days, an audit-trail would help with debugging.

The audit-trail can have following details:

  • event
  • time
@olttwa olttwa added the enhancement New feature or request label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant