Skip to content

Tracking Job Queue Time (started_at timestamp) #581

Open
@adrienpoly

Description

@adrienpoly

I'm currently trying to instrument how long a job stays in the queue before it's picked up for processing. From what I can tell, there's a finished_at timestamp available, but I wasn't able to find a started_at timestamp or any equivalent that indicates when the job actually began execution.

Is there an existing way to monitor the queue latency (i.e., the time between enqueueing and starting execution)? Or would this be a potential enhancement worth considering?

Thanks again for your work on this gem!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions