Skip to content

Parallelize mass conversion of transcripts to CSV #18

Description

@evamaxfield

Currently, we use thread_map to do a lot of data fetching for getting events, sessions, transcripts, videos, etc. However our store_transcript_as_csv logic is just a loop that takes a long time. It would be preferable to use process_map (or w.e. the function name is) in a similar fashion as all the other processing we do to parallelize this process.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions