• Patrick Bajao's avatar
    Resolve merge request todos asynchrnously on update · 8c4c2368
    Patrick Bajao authored
    This is one of the changes to reduce the number of SQL queries
    when `MergeRequests::UpdateService`.
    
    The strategy is to delegate todo resolution (marking pending
    todo as done) to Sidekiq. This way, SQL queries needed for it
    won't need to run synchronously on update.
    8c4c2368
20827-async-todo-creation-resolution.yml 111 Bytes