Exq.Api.scheduled_with_scores

You're seeing just the function scheduled_with_scores, go back to Exq.Api module for more information.
Link to this function

scheduled_with_scores(pid)

View Source

List jobs that are enqueued and scheduled to be run at a future time, along with when they are scheduled to run.

Expected args:

  • pid - Exq.Api process

Returns:

  • {:ok, [{job, scheduled_at}]}