Skip to content

Convert indexer from simple task async to oban job #1

@chadfennell

Description

@chadfennell

We have code like this, which is fine at a small scale:

    |> Repo.all()
    |> Task.async_stream(&index_decision(&1, opts), max_concurrency: 10, timeout: :infinity)
    |> Stream.run()

We'll want to index in batches to handle full reindex of large collections.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions