Record who retried, discarded, or paused what and when. Requires an opt-in migration.
Details:
- Engine-provided migration:
rails solid_stack_web:install:migrations creates solid_stack_web_audit_events
- Identity sourced from the
authenticate block (whatever the host app considers the current user)
- Events: retry, discard, bulk discard, bulk retry, pause queue, resume queue
- CSV export
- Kept as a separate release because it breaks the no-migration-required guarantee of earlier versions
Record who retried, discarded, or paused what and when. Requires an opt-in migration.
Details:
rails solid_stack_web:install:migrationscreatessolid_stack_web_audit_eventsauthenticateblock (whatever the host app considers the current user)