visevol / GithubVisualisation

PFE028 Été 2024
MIT License
0 stars 1 forks source link

[Backend] Add a job to index a repository #12

Closed zergov closed 1 week ago

zergov commented 2 weeks ago

We have a service that clones and extracts information from a git repository: https://github.com/visevol/GihubVisualisation/issues/10

We need to be able to enqueue a job that executes this service for a repository.

Example:

RepositoryIndexingJob.perform_later(id: repository.id)