Files
Jamie Pine 860c491ca9 feat(job): add event emission control for job dispatching
This commit introduces a new method, `should_emit_events`, to the job traits, allowing jobs to specify whether they should emit progress events. The JobManager is updated to utilize this new method, ensuring that event emissions are controlled based on job type (e.g., background jobs). This enhancement improves the flexibility of job handling and optimizes event management during job execution, particularly for ephemeral and volume indexing jobs.
2026-01-15 05:47:36 -08:00
..