goose icon indicating copy to clipboard operation
goose copied to clipboard

Create an audit trail for a job

Open olttwa opened this issue 3 years ago • 0 comments

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 avatar Aug 30 '22 09:08 olttwa